aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-URI-Fetch
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2007-09-10 08:36:03 +0800
committerlinimon <linimon@FreeBSD.org>2007-09-10 08:36:03 +0800
commitd8827e315441a3be9bd0aea780d6d992acca353e (patch)
treee03809bad945ddc358537b6bc18e14e262539d37 /www/p5-URI-Fetch
parentb75ec5cb35a44ef717004409857d6d540b7df922 (diff)
downloadfreebsd-ports-gnome-d8827e315441a3be9bd0aea780d6d992acca353e.tar.gz
freebsd-ports-gnome-d8827e315441a3be9bd0aea780d6d992acca353e.tar.zst
freebsd-ports-gnome-d8827e315441a3be9bd0aea780d6d992acca353e.zip
Fix up after bsd.perl.mk import.
Hat: portmgr
Diffstat (limited to 'www/p5-URI-Fetch')
-rw-r--r--www/p5-URI-Fetch/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-URI-Fetch/Makefile b/www/p5-URI-Fetch/Makefile
index 6d16d14ee424..4a106c4bbf61 100644
--- a/www/p5-URI-Fetch/Makefile
+++ b/www/p5-URI-Fetch/Makefile
@@ -25,6 +25,8 @@ RUN_DEPENDS= ${BUILD_DEPENDS}
OPTIONS= ZLIB "GZIP Support" on \
CACHE "Caching Support" off
+PERL_MODBUILD= yes
+
.include <bsd.port.pre.mk>
.if !defined(WITHOUT_ZLIB)
@@ -37,8 +39,6 @@ BUILD_DEPENDS+= p5-Cache>=0:${PORTSDIR}/devel/p5-Cache
RUN_DEPENDS+= p5-Cache>=0:${PORTSDIR}/devel/p5-Cache
.endif
-PERL_MODBUILD= yes
-
MAN3= URI::Fetch.3 \
URI::Fetch::Response.3