From ff17cbbb11b3a4773a4cddf4de721fe4aeea6c19 Mon Sep 17 00:00:00 2001 From: Ned Ludd Date: Sun, 29 Jun 2003 20:06:20 +0000 Subject: Initial Import of Geo-IP perl module --- dev-perl/Geo-IP/Geo-IP-1.15.ebuild | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 dev-perl/Geo-IP/Geo-IP-1.15.ebuild (limited to 'dev-perl/Geo-IP/Geo-IP-1.15.ebuild') diff --git a/dev-perl/Geo-IP/Geo-IP-1.15.ebuild b/dev-perl/Geo-IP/Geo-IP-1.15.ebuild new file mode 100644 index 000000000000..3b4934142e2c --- /dev/null +++ b/dev-perl/Geo-IP/Geo-IP-1.15.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Geo-IP/Geo-IP-1.15.ebuild,v 1.1 2003/06/29 20:06:20 solar Exp $ + +inherit perl-module + +S=${WORKDIR}/${P} +DESCRIPTION="Look up country by IP Address" +SRC_URI="http://www.cpan.org/modules/by-authors/id/T/TJ/TJMATHER/${P}.tar.gz" +HOMEPAGE="http://www.cpan.org/modules/by-authors/id/T/TJ/TJMATHER/${P}.readme" +SLOT="0" +LICENSE="Artistic | GPL-2" +KEYWORDS="~x86 " +DEPEND="dev-libs/geoip" -- cgit v1.2.3-65-gdbad