aboutsummaryrefslogtreecommitdiffstats
path: root/net/p5-Geo-IP/Makefile
blob: 9e470bf3db9da040dff89db00d6df7a740a70ffc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Yen-Ming Lee <leeym@FreeBSD.org>
# $FreeBSD$

PORTNAME=   Geo-IP
PORTVERSION=    1.41
CATEGORIES= net geography perl5
MASTER_SITES=   CPAN \
        http://www.maxmind.com/download/geoip/api/perl/
PKGNAMEPREFIX=  p5-

MAINTAINER= perl@FreeBSD.org
COMMENT=    Gets country name by IP or hostname

LIB_DEPENDS=    GeoIP.5:${PORTSDIR}/net/GeoIP

PERL_CONFIGURE= yes
CONFIGURE_ARGS= LIBS='-L${LOCALBASE}/lib' INC='-I${LOCALBASE}/include'

MAN3=       Geo::Mirror.3 Geo::IP.3 Geo::IP::Record.3

.include <bsd.port.mk>