aboutsummaryrefslogtreecommitdiff
path: root/sysutils/munin-master
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-06-05 23:25:55 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-06-05 23:25:55 +0000
commitc6eacbbbef96b715d117559d6cbb46865fab2b03 (patch)
tree7328e7db6b7ba46dc2427f90cc11e2b964ae9477 /sysutils/munin-master
parent31efa43400e3e7a1dbbf9b6d1d6ac5e281aa523a (diff)
downloadports-c6eacbbbef96b715d117559d6cbb46865fab2b03.tar.gz
ports-c6eacbbbef96b715d117559d6cbb46865fab2b03.zip
Remove outdated PERL_LEVEL check
With hat: perl
Notes
Notes: svn path=/head/; revision=442717
Diffstat (limited to 'sysutils/munin-master')
-rw-r--r--sysutils/munin-master/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/sysutils/munin-master/Makefile b/sysutils/munin-master/Makefile
index 2f8070d6bc25..15527b88bbb1 100644
--- a/sysutils/munin-master/Makefile
+++ b/sysutils/munin-master/Makefile
@@ -27,6 +27,7 @@ BUILD_DEPENDS= p5-Module-Build>=0:devel/p5-Module-Build \
RUN_DEPENDS= munin-common>=${MUNIN_VERSION}:sysutils/munin-common \
rrdtool>=0:databases/rrdtool \
p5-CGI>=0:www/p5-CGI \
+ p5-CGI-Fast>=0:www/p5-CGI-Fast \
p5-Storable>=0:devel/p5-Storable \
p5-DateTime-HiRes>=0:devel/p5-DateTime-HiRes \
p5-File-Copy-Recursive>=0:devel/p5-File-Copy-Recursive \
@@ -63,10 +64,4 @@ post-install:
${MV} ${STAGEDIR}${WWWDIR}/.htaccess ${STAGEDIR}${WWWDIR}/.htaccess.sample
${INSTALL_DATA} ${FILESDIR}/newsyslog ${STAGEDIR}${ETCDIR}/munin-master.newsyslog
-.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>
+.include <bsd.port.mk>