aboutsummaryrefslogtreecommitdiffstats
path: root/www/blogsum
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-09-14 20:04:18 +0800
committerAndrej Zverev <az@FreeBSD.org>2013-09-14 20:04:18 +0800
commite5a7b5184d3a9ecdd216c7e781e3ce1db2451784 (patch)
tree0b99f811fd2d870349949708741c6d39ea7b57a5 /www/blogsum
parente00c0e2d6b2bb06b5a3aa3c5d746fe3f9fadf89d (diff)
downloadfreebsd-ports-gnome-e5a7b5184d3a9ecdd216c7e781e3ce1db2451784.tar.gz
freebsd-ports-gnome-e5a7b5184d3a9ecdd216c7e781e3ce1db2451784.tar.zst
freebsd-ports-gnome-e5a7b5184d3a9ecdd216c7e781e3ce1db2451784.zip
- convert to the new perl5 framework
- convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'www/blogsum')
-rw-r--r--www/blogsum/Makefile4
1 files changed, 2 insertions, 2 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>