diff options
author | Ned Ludd <solar@gentoo.org> | 2003-06-29 20:06:20 +0000 |
---|---|---|
committer | Ned Ludd <solar@gentoo.org> | 2003-06-29 20:06:20 +0000 |
commit | ff17cbbb11b3a4773a4cddf4de721fe4aeea6c19 (patch) | |
tree | 4ac4aaa7e97a2206cf711d43f1443718cf08b15e /dev-perl/Geo-IP/Geo-IP-1.15.ebuild | |
parent | Initial Import of GeoIP to portage (diff) | |
download | historical-ff17cbbb11b3a4773a4cddf4de721fe4aeea6c19.tar.gz historical-ff17cbbb11b3a4773a4cddf4de721fe4aeea6c19.tar.bz2 historical-ff17cbbb11b3a4773a4cddf4de721fe4aeea6c19.zip |
Initial Import of Geo-IP perl module
Diffstat (limited to 'dev-perl/Geo-IP/Geo-IP-1.15.ebuild')
-rw-r--r-- | dev-perl/Geo-IP/Geo-IP-1.15.ebuild | 14 |
1 files changed, 14 insertions, 0 deletions
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" |