freebsd-ports/net/p5-Geo-IP-PurePerl/Makefile
Cheng-Lung Sung 5777d08580 Add p5-Geo-IP-PurePerl 1.18, look up country by IP Address.
PR:		ports/108358
Submitted by:	Joe Horn <joehorn at gmail.com>
2007-02-01 03:24:56 +00:00

23 lines
452 B
Makefile

# Ports collection Makefile for: p5-Geo-IP-PurePerl
# Date created: 26 Jan, 2006
# Whom: Joe Horn <joehorn@gmail.com>
#
# $FreeBSD$
PORTNAME= Geo-IP-PurePerl
PORTVERSION= 1.18
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Geo
PKGNAMEPREFIX= p5-
MAINTAINER= clsung@FreeBSD.org
COMMENT= Look up country by IP Address
PERL_CONFIGURE= yes
MAN1= geoip-lookup.1
MAN3= Geo::IP::PurePerl.3
.include <bsd.port.mk>