1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/net/p5-Geo-IPfree/Makefile
2011-09-07 09:30:33 +00:00

29 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.112490
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>