2005-06-25 13:50:19 +02:00
|
|
|
# New ports collection makefile for: net/p5-IP-Countries
|
|
|
|
# Date created: 20 June 2005
|
|
|
|
# Whom: dikshie <dikshie@lapi.itb.ac.id>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= IP-Country
|
2009-02-15 15:50:26 +01:00
|
|
|
PORTVERSION= 2.26
|
2007-07-22 21:53:52 +02:00
|
|
|
CATEGORIES= net perl5 geography
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2005-06-25 13:50:19 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= dikshie@lapi.itb.ac.id
|
|
|
|
COMMENT= Fast lookup of country codes from IP addresses
|
|
|
|
|
2007-04-04 04:55:07 +02:00
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/Geography/Countries.pm:${PORTSDIR}/misc/p5-Geography-Countries
|
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
2005-06-25 13:50:19 +02:00
|
|
|
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
|
|
|
|
|
2007-02-07 05:57:46 +01:00
|
|
|
.include <bsd.port.mk>
|