afc8a112e8cdcd3a077624b70dd4c498c000a953
[gentoo.git] /
1 # Copyright 1999-2014 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Id$
4
5 EAPI=5
6
7 MODULE_AUTHOR=DANBORN
8 MODULE_VERSION=1.06
9 inherit perl-module
10
11 DESCRIPTION="Update a Google SafeBrowsing table"
12
13 SLOT="0"
14 LICENSE="Apache-2.0"
15 KEYWORDS="amd64 ppc x86"
16 IUSE="test"
17
18 RDEPEND="dev-perl/libwww-perl
19          >=dev-perl/Net-Google-SafeBrowsing-Blocklist-1.04"
20 DEPEND="${RDEPEND}
21         test? ( dev-perl/Test-Pod )"
22
23 SRC_TEST="do"