diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-31 17:24:23 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-31 17:24:23 +0800 |
commit | 03312623f2750c6b86c8bc07797501df0f73c185 (patch) | |
tree | 401d1595c6ff9ecce2634533eb723fc18bc98225 /www | |
parent | 3eac7df15ba2265ba885def3ddea16fb007de215 (diff) | |
download | freebsd-ports-gnome-03312623f2750c6b86c8bc07797501df0f73c185.tar.gz freebsd-ports-gnome-03312623f2750c6b86c8bc07797501df0f73c185.tar.zst freebsd-ports-gnome-03312623f2750c6b86c8bc07797501df0f73c185.zip |
Convert to new perl order this fixes an undetermined fallout
Diffstat (limited to 'www')
-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 |