aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-11-08 09:03:12 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-11-08 09:03:12 +0000
commitb0d4cb0a3ee60be4ac3ce5e3a90ea800175df425 (patch)
tree9e2af6731d9d3f993291fba30e79773ca985d21b /sysutils
parente6902e475a4da935a53b738db97668c9f757ccc9 (diff)
downloadports-b0d4cb0a3ee60be4ac3ce5e3a90ea800175df425.tar.gz
ports-b0d4cb0a3ee60be4ac3ce5e3a90ea800175df425.zip
Notes
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/munin-master/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/sysutils/munin-master/Makefile b/sysutils/munin-master/Makefile
index 2411ec442ab6..db6f2bad7093 100644
--- a/sysutils/munin-master/Makefile
+++ b/sysutils/munin-master/Makefile
@@ -3,6 +3,7 @@
PORTNAME= munin
PORTVERSION= ${MUNIN_VERSION}
+PORTREVISION= 1
CATEGORIES= sysutils perl5
MASTER_SITES= ${MUNIN_SITES}
PKGNAMESUFFIX= -master
@@ -62,4 +63,10 @@ post-install:
(cd ${STAGEDIR}${ETCDIR}; for i in `find . -type f`; do mv $$i $$i.sample; done)
${MV} ${STAGEDIR}${WWWDIR}/.htaccess ${STAGEDIR}${WWWDIR}/.htaccess.sample
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} >= 502100
+RUN_DEPENDS+= p5-CGI-Fast>=0:www/p5-CGI-Fast
+.endif
+
+.include <bsd.port.post.mk>