svn commit: r442425 - head/devel/p5-Test-Version
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Fri Jun 2 18:13:32 UTC 2017
Author: sunpoet
Date: Fri Jun 2 18:13:29 2017
New Revision: 442425
URL: https://svnweb.freebsd.org/changeset/ports/442425
Log:
Remove outdated PERL_LEVEL check
Modified:
head/devel/p5-Test-Version/Makefile
Modified: head/devel/p5-Test-Version/Makefile
==============================================================================
--- head/devel/p5-Test-Version/Makefile Fri Jun 2 18:13:24 2017 (r442424)
+++ head/devel/p5-Test-Version/Makefile Fri Jun 2 18:13:29 2017 (r442425)
@@ -21,11 +21,4 @@ NO_ARCH= yes
USE_PERL5= configure
USES= perl5
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 502200
-BUILD_DEPENDS+= p5-Module-Metadata>=1.000020:devel/p5-Module-Metadata
-RUN_DEPENDS+= p5-Module-Metadata>=1.000020:devel/p5-Module-Metadata
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
More information about the svn-ports-all
mailing list