aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-09-14 12:04:18 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-09-14 12:04:18 +0000
commite5a7b5184d3a9ecdd216c7e781e3ce1db2451784 (patch)
tree0b99f811fd2d870349949708741c6d39ea7b57a5 /www
parente00c0e2d6b2bb06b5a3aa3c5d746fe3f9fadf89d (diff)
downloadports-e5a7b5184d3a9ecdd216c7e781e3ce1db2451784.tar.gz
ports-e5a7b5184d3a9ecdd216c7e781e3ce1db2451784.zip
Notes
Diffstat (limited to 'www')
-rw-r--r--www/blogsum/Makefile4
-rw-r--r--www/p5-HTML-DOM/Makefile3
2 files changed, 4 insertions, 3 deletions
diff --git a/www/blogsum/Makefile b/www/blogsum/Makefile
index 91219ca15704..78a59080cd33 100644
--- a/www/blogsum/Makefile
+++ b/www/blogsum/Makefile
@@ -22,9 +22,9 @@ RUN_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \
p5-HTTP-Lite>=0:${PORTSDIR}/www/p5-HTTP-Lite \
${APACHE_PKGNAMEPREFIX}mod_perl2>=0:${PORTSDIR}/www/mod_perl2
+USES= perl5
NO_BUILD= yes
-USE_PERL5_RUN= yes
-
+USE_PERL5= run
USE_APACHE_RUN= 22+
.include <bsd.port.pre.mk>
diff --git a/www/p5-HTML-DOM/Makefile b/www/p5-HTML-DOM/Makefile
index f52f0bc0a547..57c6cb5e17b8 100644
--- a/www/p5-HTML-DOM/Makefile
+++ b/www/p5-HTML-DOM/Makefile
@@ -20,7 +20,8 @@ BUILD_DEPENDS= p5-CSS-DOM>=0:${PORTSDIR}/www/p5-CSS-DOM \
p5-constant-lexical>0:${PORTSDIR}/devel/p5-constant-lexical
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
.include <bsd.port.pre.mk>
.include "${MASTERDIR}/Makefile.man"