2013-03-02 17:34:42 +01:00
|
|
|
# Created by: Yen-Ming Lee <leeym@FreeBSD.org>
|
2002-08-16 10:27:47 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Geo-IP
|
2013-12-09 20:30:42 +01:00
|
|
|
PORTVERSION= 1.43
|
2008-05-19 15:12:08 +02:00
|
|
|
CATEGORIES= net geography perl5
|
2013-12-09 20:30:42 +01:00
|
|
|
MASTER_SITES= CPAN
|
2002-08-16 10:27:47 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2012-05-01 03:47:10 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Gets country name by IP or hostname
|
2002-08-16 10:27:47 +02:00
|
|
|
|
2013-12-09 20:30:42 +01:00
|
|
|
LICENSE= ART10 GPLv1
|
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
2013-11-05 17:42:55 +01:00
|
|
|
LIB_DEPENDS= libGeoIP.so:${PORTSDIR}/net/GeoIP
|
2002-08-16 10:27:47 +02:00
|
|
|
|
2013-12-09 20:30:42 +01:00
|
|
|
CONFIGURE_ARGS= INC="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib"
|
2013-08-02 20:52:07 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2002-08-16 10:27:47 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|