svn commit: r442313 - head/devel/p5-CPAN-Meta
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Jun 1 19:58:02 UTC 2017
Author: sunpoet
Date: Thu Jun 1 19:58:01 2017
New Revision: 442313
URL: https://svnweb.freebsd.org/changeset/ports/442313
Log:
Remove outdated PERL_LEVEL check
Modified:
head/devel/p5-CPAN-Meta/Makefile
Modified: head/devel/p5-CPAN-Meta/Makefile
==============================================================================
--- head/devel/p5-CPAN-Meta/Makefile Thu Jun 1 19:57:56 2017 (r442312)
+++ head/devel/p5-CPAN-Meta/Makefile Thu Jun 1 19:58:01 2017 (r442313)
@@ -18,11 +18,4 @@ NO_ARCH= yes
USE_PERL5= configure
USES= perl5
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 502200
-BUILD_DEPENDS+= p5-JSON-PP>=2.27300:converters/p5-JSON-PP
-RUN_DEPENDS+= p5-JSON-PP>=2.27300:converters/p5-JSON-PP
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
More information about the svn-ports-all
mailing list