summaryrefslogtreecommitdiff
path: root/net/p5-Geo-IP/Makefile
blob: 6562715ab3f9d11cccdd6ac9287a2d2a45d46b53 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# 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=	net
MASTER_SITES=	${MASTER_SITE_PERL_CPAN} \
		http://maxmind.com/download/geoip/api/perl/
MASTER_SITE_SUBDIR=	Geo
PKGNAMEPREFIX=	p5-

MAINTAINER=	seanc@FreeBSD.org

LIB_DEPENDS=	GeoIP.1:${PORTSDIR}/net/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>