svn commit: r476427 - head/devel/p5-App-perlbrew
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Aug 5 19:06:22 UTC 2018
Author: sunpoet
Date: Sun Aug 5 19:06:21 2018
New Revision: 476427
URL: https://svnweb.freebsd.org/changeset/ports/476427
Log:
Remove outdated PERL_LEVEL check
Modified:
head/devel/p5-App-perlbrew/Makefile
Modified: head/devel/p5-App-perlbrew/Makefile
==============================================================================
--- head/devel/p5-App-perlbrew/Makefile Sun Aug 5 19:06:16 2018 (r476426)
+++ head/devel/p5-App-perlbrew/Makefile Sun Aug 5 19:06:21 2018 (r476427)
@@ -32,11 +32,4 @@ NO_ARCH= yes
USE_PERL5= modbuildtiny
USES= perl5
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 502400
-BUILD_DEPENDS+= p5-Pod-Usage>=1.68:devel/p5-Pod-Usage
-RUN_DEPENDS+= p5-Pod-Usage>=1.68:devel/p5-Pod-Usage
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
More information about the svn-ports-all
mailing list