2002-08-16 08:27:47 +00:00
|
|
|
# New ports collection makefile for: p5-Geo-IP
|
|
|
|
# Date created: 10 August 2002
|
|
|
|
# Whom: Yen-Ming Lee <leeym@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Geo-IP
|
2003-01-24 20:08:21 +00:00
|
|
|
PORTVERSION= 1.13
|
2002-10-17 19:47:13 +00:00
|
|
|
CATEGORIES= net
|
2002-08-29 04:31:45 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \
|
2002-11-18 12:01:16 +00:00
|
|
|
http://www.maxmind.com/download/geoip/api/perl/
|
2002-08-29 04:31:45 +00:00
|
|
|
MASTER_SITE_SUBDIR= Geo
|
2002-08-16 08:27:47 +00:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2002-10-07 04:30:58 +00:00
|
|
|
MAINTAINER= seanc@FreeBSD.org
|
2002-08-16 08:27:47 +00:00
|
|
|
|
2002-11-19 21:37:11 +00:00
|
|
|
LIB_DEPENDS= GeoIP.2:${PORTSDIR}/net/GeoIP
|
2002-08-16 08:27:47 +00:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= LIBS='-L${PREFIX}/lib' INC='-I${PREFIX}/include'
|
|
|
|
|
|
|
|
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
2003-01-24 20:08:21 +00:00
|
|
|
MAN3= Geo::Mirror.3 Geo::IP.3 Geo::IP::Record.3
|
2002-08-16 08:27:47 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|