summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2007-07-07 15:31:49 +0000
committerMichael Cummings <mcummings@gentoo.org>2007-07-07 15:31:49 +0000
commit1a4b4cb6aef163bea25e9a4bff336dd811b2d470 (patch)
tree01ec15bdb3681981c2aadc4f7e66b9e82658ceb4 /dev-perl/Geo-IP/Geo-IP-1.28.ebuild
parentCanonicalizing Emacs support, bug 184350 (diff)
downloadgentoo-2-1a4b4cb6aef163bea25e9a4bff336dd811b2d470.tar.gz
gentoo-2-1a4b4cb6aef163bea25e9a4bff336dd811b2d470.tar.bz2
gentoo-2-1a4b4cb6aef163bea25e9a4bff336dd811b2d470.zip
Version bump
(Portage version: 2.1.3_rc5)
Diffstat (limited to 'dev-perl/Geo-IP/Geo-IP-1.28.ebuild')
-rw-r--r--dev-perl/Geo-IP/Geo-IP-1.28.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-perl/Geo-IP/Geo-IP-1.28.ebuild b/dev-perl/Geo-IP/Geo-IP-1.28.ebuild
new file mode 100644
index 000000000000..dd6e5970f083
--- /dev/null
+++ b/dev-perl/Geo-IP/Geo-IP-1.28.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2007 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.28.ebuild,v 1.1 2007/07/07 15:31:49 mcummings Exp $
+
+inherit perl-module multilib
+
+DESCRIPTION="Look up country by IP Address"
+HOMEPAGE="http://www.cpan.org/modules/by-authors/id/T/TJ/TJMATHER/${P}.readme"
+SRC_URI="mirror://cpan/authors/id/T/TJ/TJMATHER/${P}.tar.gz"
+
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+DEPEND="dev-libs/geoip
+ dev-lang/perl"
+
+myconf="${myconf} LIBS='-L/usr/$(get_libdir)'"