freebsd-ports/net/p5-Geo-IP/Makefile

26 lines
559 B
Makefile
Raw Normal View History

# 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
PORTREVISION= 1
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>