diff options
author | Torsten Veller <tove@gentoo.org> | 2008-05-20 16:52:22 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2008-05-20 16:52:22 +0000 |
commit | 15a8cecf787cc50666f93b6c1738b49f4f2ebcb9 (patch) | |
tree | 9ec7992eca23fa133539f4eb139de5b320b002fd /dev-perl/Geo-IP/Geo-IP-1.33.ebuild | |
parent | revert patch, as it is still needed (diff) | |
download | gentoo-2-15a8cecf787cc50666f93b6c1738b49f4f2ebcb9.tar.gz gentoo-2-15a8cecf787cc50666f93b6c1738b49f4f2ebcb9.tar.bz2 gentoo-2-15a8cecf787cc50666f93b6c1738b49f4f2ebcb9.zip |
Version bump (#222421). Add perl herd to metadata too. Cleaning.
(Portage version: 2.1.5)
Diffstat (limited to 'dev-perl/Geo-IP/Geo-IP-1.33.ebuild')
-rw-r--r-- | dev-perl/Geo-IP/Geo-IP-1.33.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-perl/Geo-IP/Geo-IP-1.33.ebuild b/dev-perl/Geo-IP/Geo-IP-1.33.ebuild new file mode 100644 index 000000000000..3d4bfc28a924 --- /dev/null +++ b/dev-perl/Geo-IP/Geo-IP-1.33.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Geo-IP/Geo-IP-1.33.ebuild,v 1.1 2008/05/20 16:52:22 tove Exp $ + +MODULE_AUTHOR=BORISZ + +inherit perl-module multilib + +DESCRIPTION="Look up country by IP Address" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd" +IUSE="" + +DEPEND="dev-libs/geoip + dev-lang/perl" + +myconf="${myconf} LIBS=-L/usr/$(get_libdir)" |