2002-08-16 10:27:47 +02: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
|
|
|
|
PORTVERSION= 0.26
|
2002-08-17 02:23:28 +02:00
|
|
|
PORTREVISION= 1
|
2002-08-16 10:27:47 +02:00
|
|
|
CATEGORIES= misc
|
|
|
|
MASTER_SITES= http://maxmind.com/download/geoip/api/perl/
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= leeym@FreeBSD.org
|
|
|
|
|
|
|
|
LIB_DEPENDS= GeoIP.1:${PORTSDIR}/misc/GeoIP
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= LIBS='-L${PREFIX}/lib' INC='-I${PREFIX}/include'
|
|
|
|
|
|
|
|
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
|
|
|
MAN3= Geo::Mirror.3 Geo::IP.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|