freebsd-ports/net/p5-Geo-IPfree/Makefile
Anton Berezin 5de3c97e87 Update to 1.111650.
Changes:	http://search.cpan.org/dist/Geo-IPfree/Changes
Submitted by:	Jin-Sih Lin <linpct@gmail.com>
PR:		157976
2011-06-20 11:23:45 +00:00

28 lines
562 B
Makefile

# New ports collection makefile for: net/p5-Geo-IPfree
# Date created: 02 April 2003
# Whom: Anton Berezin <tobez@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Geo-IPfree
PORTVERSION= 1.111650
CATEGORIES= net perl5 geography
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= Look up country from an IP Address
PERL_CONFIGURE= yes
MAN3= Geo::IPfree.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501200
BUILD_DEPENDS= p5-Memoize>=0:${PORTSDIR}/devel/p5-Memoize
RUN_DEPENDS= ${BUILD_DEPENDS}
.endif
.include <bsd.port.post.mk>