aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Geo-IP/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-12-09 19:30:42 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-12-09 19:30:42 +0000
commita1ee725a0b2a27693134d411387084bf215cd9ed (patch)
treeda6e6e1367bf877a2ed1589cdf28ba23f41dffe9 /net/p5-Geo-IP/Makefile
parente924c674554b7868b774f3922c7141b427dd740f (diff)
downloadports-a1ee725a0b2a27693134d411387084bf215cd9ed.tar.gz
ports-a1ee725a0b2a27693134d411387084bf215cd9ed.zip
Notes
Diffstat (limited to 'net/p5-Geo-IP/Makefile')
-rw-r--r--net/p5-Geo-IP/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/net/p5-Geo-IP/Makefile b/net/p5-Geo-IP/Makefile
index 0d35f264f3c5..fdeaf678879e 100644
--- a/net/p5-Geo-IP/Makefile
+++ b/net/p5-Geo-IP/Makefile
@@ -2,19 +2,21 @@
# $FreeBSD$
PORTNAME= Geo-IP
-PORTVERSION= 1.42
+PORTVERSION= 1.43
CATEGORIES= net geography perl5
-MASTER_SITES= CPAN \
- http://www.maxmind.com/download/geoip/api/perl/
+MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Gets country name by IP or hostname
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
LIB_DEPENDS= libGeoIP.so:${PORTSDIR}/net/GeoIP
+CONFIGURE_ARGS= INC="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib"
USES= perl5
USE_PERL5= configure
-CONFIGURE_ARGS= LIBS='-L${LOCALBASE}/lib' INC='-I${LOCALBASE}/include'
.include <bsd.port.mk>