diff options
author | Michael Cummings <mcummings@gentoo.org> | 2003-08-22 10:48:24 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2003-08-22 10:48:24 +0000 |
commit | 1dffb612737e08c0d407091258fb2d0bee8b3304 (patch) | |
tree | f07bfb2f234d75653a111ab16bff12f580f2fe92 /dev-perl/Geo-IP/Geo-IP-1.21.ebuild | |
parent | new version, ebuild updates (diff) | |
download | historical-1dffb612737e08c0d407091258fb2d0bee8b3304.tar.gz historical-1dffb612737e08c0d407091258fb2d0bee8b3304.tar.bz2 historical-1dffb612737e08c0d407091258fb2d0bee8b3304.zip |
Bug 26997 - Brian Youngstrom <briany@speakeasy.net> - version update
Diffstat (limited to 'dev-perl/Geo-IP/Geo-IP-1.21.ebuild')
-rw-r--r-- | dev-perl/Geo-IP/Geo-IP-1.21.ebuild | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/dev-perl/Geo-IP/Geo-IP-1.21.ebuild b/dev-perl/Geo-IP/Geo-IP-1.21.ebuild new file mode 100644 index 000000000000..254b7b6add8e --- /dev/null +++ b/dev-perl/Geo-IP/Geo-IP-1.21.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.21.ebuild,v 1.1 2003/08/22 10:48:24 mcummings 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 ~sparc" +DEPEND="dev-libs/geoip" |