diff options
author | Torsten Veller <tove@gentoo.org> | 2008-08-06 16:19:27 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2008-08-06 16:19:27 +0000 |
commit | cc005e847b0d323f6f46ff4403989e5657f6a613 (patch) | |
tree | b63c64943b4489537614eb68179a0f3db718731c /dev-perl/Geo-IP/Geo-IP-1.34.ebuild | |
parent | Add USE flag description to metadata wrt GLEP 56. (diff) | |
download | gentoo-2-cc005e847b0d323f6f46ff4403989e5657f6a613.tar.gz gentoo-2-cc005e847b0d323f6f46ff4403989e5657f6a613.tar.bz2 gentoo-2-cc005e847b0d323f6f46ff4403989e5657f6a613.zip |
Version bump
(Portage version: 2.2_rc6/cvs/Linux 2.6.26-tuxonice i686)
Diffstat (limited to 'dev-perl/Geo-IP/Geo-IP-1.34.ebuild')
-rw-r--r-- | dev-perl/Geo-IP/Geo-IP-1.34.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-perl/Geo-IP/Geo-IP-1.34.ebuild b/dev-perl/Geo-IP/Geo-IP-1.34.ebuild new file mode 100644 index 000000000000..e2eb9d8d958f --- /dev/null +++ b/dev-perl/Geo-IP/Geo-IP-1.34.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.34.ebuild,v 1.1 2008/08/06 16:19:27 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)" |