diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-31 09:24:23 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-31 09:24:23 +0000 |
commit | 5c044ac97a8fed8e8e673cbdd26812dfb59731bc (patch) | |
tree | 401d1595c6ff9ecce2634533eb723fc18bc98225 /www/p5-Net-GeoPlanet | |
parent | 427f3266761317fdc5cf2ff61a46f79856e8f329 (diff) |
Notes
Diffstat (limited to 'www/p5-Net-GeoPlanet')
-rw-r--r-- | www/p5-Net-GeoPlanet/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/www/p5-Net-GeoPlanet/Makefile b/www/p5-Net-GeoPlanet/Makefile index fbaaccbe0f25..092cc6270534 100644 --- a/www/p5-Net-GeoPlanet/Makefile +++ b/www/p5-Net-GeoPlanet/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Net-GeoPlanet -# Date created: 2008-08-05 -# Whom: Steven Kreuzer <skreuzer@exit2shell.com> -# +# Created by: Steven Kreuzer <skreuzer@exit2shell.com> # $FreeBSD$ -# PORTNAME= Net-GeoPlanet PORTVERSION= 0.2 @@ -19,7 +15,8 @@ RUN_DEPENDS= p5-libwww>=5.805:${PORTSDIR}/www/p5-libwww \ p5-Test-Simple>=0.74:${PORTSDIR}/devel/p5-Test-Simple BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::GeoPlanet.3 |