diff options
Diffstat (limited to 'dev-perl/Net-Google-SafeBrowsing-Blocklist/Net-Google-SafeBrowsing-Blocklist-1.04.ebuild')
-rw-r--r-- | dev-perl/Net-Google-SafeBrowsing-Blocklist/Net-Google-SafeBrowsing-Blocklist-1.04.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-perl/Net-Google-SafeBrowsing-Blocklist/Net-Google-SafeBrowsing-Blocklist-1.04.ebuild b/dev-perl/Net-Google-SafeBrowsing-Blocklist/Net-Google-SafeBrowsing-Blocklist-1.04.ebuild new file mode 100644 index 000000000000..f8ba886b4aa0 --- /dev/null +++ b/dev-perl/Net-Google-SafeBrowsing-Blocklist/Net-Google-SafeBrowsing-Blocklist-1.04.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-Google-SafeBrowsing-Blocklist/Net-Google-SafeBrowsing-Blocklist-1.04.ebuild,v 1.1 2007/10/17 08:16:45 robbat2 Exp $ + +MODULE_AUTHOR="DANBORN" +inherit perl-module + +DESCRIPTION="Query a Google SafeBrowsing table" + +IUSE="test" + +SLOT="0" +LICENSE="Apache-2.0" +KEYWORDS="~amd64 ~x86 ~ppc" +RDEPEND="dev-perl/URI + >=perl-core/Math-BigInt-1.87 + || ( + dev-perl/Math-BigInt-FastCalc + dev-perl/Math-BigInt-GMP + )" +DEPEND="${RDEPEND} + test? ( dev-perl/Test-Pod )" + +SRC_TEST="do" + |