freebsd-ports/net/p5-IP-Country/Makefile
Frederic Culot a025a674fb - Update to 2.28 [1]
- Trim Makefile's header

Changes:	http://search.cpan.org/dist/IP-Country/CHANGES
PR:		ports/178974 [1]
Submitted by:	dikshie <dikshie@lapi.itb.ac.id> (maintainer)
2013-05-27 12:29:00 +00:00

26 lines
577 B
Makefile

# Created by: dikshie <dikshie@lapi.itb.ac.id>
# $FreeBSD$
PORTNAME= IP-Country
PORTVERSION= 2.28
CATEGORIES= net perl5 geography
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= dikshie@lapi.itb.ac.id
COMMENT= Fast lookup of country codes from IP addresses
BUILD_DEPENDS= p5-Geography-Countries>=0:${PORTSDIR}/misc/p5-Geography-Countries
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN1= ip2cc.1
MAN3= IP::Authority.3 \
IP::Country::Fast.3 \
IP::Country::MaxMind.3 \
IP::Country::Medium.3 \
IP::Country::Slow.3 \
IP::Country.3
.include <bsd.port.mk>