svn commit: r550816 - head/databases/p5-BSON-XS

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Oct 1 08:09:33 UTC 2020


Author: sunpoet
Date: Thu Oct  1 08:09:26 2020
New Revision: 550816
URL: https://svnweb.freebsd.org/changeset/ports/550816

Log:
  Remove outdated PERL_LEVEL check after lang/perl5.26 removal

Modified:
  head/databases/p5-BSON-XS/Makefile

Modified: head/databases/p5-BSON-XS/Makefile
==============================================================================
--- head/databases/p5-BSON-XS/Makefile	Thu Oct  1 08:06:20 2020	(r550815)
+++ head/databases/p5-BSON-XS/Makefile	Thu Oct  1 08:09:26 2020	(r550816)
@@ -29,13 +29,7 @@ USE_PERL5=	configure
 
 CFLAGS+=	-DBSON_COMPILATION
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 502708
-TEST_DEPENDS+=	p5-JSON-PP>=2.97001:converters/p5-JSON-PP
-.endif
-
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/BSON/XS/XS.so
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list