diff options
Diffstat (limited to 'dev-perl/Net-Google-SafeBrowsing-Blocklist')
-rw-r--r-- | dev-perl/Net-Google-SafeBrowsing-Blocklist/Net-Google-SafeBrowsing-Blocklist-1.40.0-r2.ebuild | 27 | ||||
-rw-r--r-- | dev-perl/Net-Google-SafeBrowsing-Blocklist/metadata.xml | 1 |
2 files changed, 28 insertions, 0 deletions
diff --git a/dev-perl/Net-Google-SafeBrowsing-Blocklist/Net-Google-SafeBrowsing-Blocklist-1.40.0-r2.ebuild b/dev-perl/Net-Google-SafeBrowsing-Blocklist/Net-Google-SafeBrowsing-Blocklist-1.40.0-r2.ebuild new file mode 100644 index 000000000000..47c8903f8cfa --- /dev/null +++ b/dev-perl/Net-Google-SafeBrowsing-Blocklist/Net-Google-SafeBrowsing-Blocklist-1.40.0-r2.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=DANBORN +DIST_VERSION=1.04 +inherit perl-module + +DESCRIPTION="Query a Google SafeBrowsing table" + +SLOT="0" +LICENSE="Apache-2.0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="test" + +RDEPEND="dev-perl/URI + >=virtual/perl-Math-BigInt-1.87 + virtual/perl-DB_File + || ( + virtual/perl-Math-BigInt-FastCalc + dev-perl/Math-BigInt-GMP + )" +DEPEND="${RDEPEND} + test? ( virtual/perl-Test-Simple )" + +PERL_RM_FILES=( "t/pod.t" ) diff --git a/dev-perl/Net-Google-SafeBrowsing-Blocklist/metadata.xml b/dev-perl/Net-Google-SafeBrowsing-Blocklist/metadata.xml index b1d5592b3389..359ba9fd40fb 100644 --- a/dev-perl/Net-Google-SafeBrowsing-Blocklist/metadata.xml +++ b/dev-perl/Net-Google-SafeBrowsing-Blocklist/metadata.xml @@ -11,5 +11,6 @@ </maintainer> <upstream> <remote-id type="cpan">Net-Google-SafeBrowsing-Blocklist</remote-id> + <remote-id type="cpan-module">Net::Google::SafeBrowsing::Blocklist</remote-id> </upstream> </pkgmetadata> |