Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Jun 2017 23:25:55 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r442717 - head/sysutils/munin-master
Message-ID:  <201706052325.v55NPtS1064640@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706052325.v55NPtS1064640>