svn commit: r442310 - head/converters/p5-JSON-MaybeXS
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Jun 1 19:57:47 UTC 2017
Author: sunpoet
Date: Thu Jun 1 19:57:45 2017
New Revision: 442310
URL: https://svnweb.freebsd.org/changeset/ports/442310
Log:
Remove outdated PERL_LEVEL check
Modified:
head/converters/p5-JSON-MaybeXS/Makefile
Modified: head/converters/p5-JSON-MaybeXS/Makefile
==============================================================================
--- head/converters/p5-JSON-MaybeXS/Makefile Thu Jun 1 19:57:41 2017 (r442309)
+++ head/converters/p5-JSON-MaybeXS/Makefile Thu Jun 1 19:57:45 2017 (r442310)
@@ -22,11 +22,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