svn commit: r413816 - head/converters/p5-JSON-MaybeXS

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Apr 23 06:47:14 UTC 2016


Author: sunpoet
Date: Sat Apr 23 06:47:13 2016
New Revision: 413816
URL: https://svnweb.freebsd.org/changeset/ports/413816

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	Sat Apr 23 06:47:09 2016	(r413815)
+++ head/converters/p5-JSON-MaybeXS/Makefile	Sat Apr 23 06:47:13 2016	(r413816)
@@ -21,11 +21,4 @@ TEST_DEPENDS=	p5-JSON-XS>=0:converters/p
 USE_PERL5=	configure
 USES=		perl5
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501800
-BUILD_DEPENDS+=	p5-JSON-PP>=2.27202:converters/p5-JSON-PP
-RUN_DEPENDS+=	p5-JSON-PP>=2.27202:converters/p5-JSON-PP
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list