svn commit: r442717 - head/sysutils/munin-master

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Jun 5 23:25:56 UTC 2017


Author: sunpoet
Date: Mon Jun  5 23:25:55 2017
New Revision: 442717
URL: https://svnweb.freebsd.org/changeset/ports/442717

Log:
  Remove outdated PERL_LEVEL check
  
  With hat:	perl

Modified:
  head/sysutils/munin-master/Makefile

Modified: head/sysutils/munin-master/Makefile
==============================================================================
--- head/sysutils/munin-master/Makefile	Mon Jun  5 23:25:50 2017	(r442716)
+++ head/sysutils/munin-master/Makefile	Mon Jun  5 23:25:55 2017	(r442717)
@@ -27,6 +27,7 @@ BUILD_DEPENDS=	p5-Module-Build>=0:devel/p5-Module-Buil
 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>


More information about the svn-ports-all mailing list