svn commit: r550770 - head/databases/p5-BSON

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


Author: sunpoet
Date: Thu Oct  1 08:02:43 2020
New Revision: 550770
URL: https://svnweb.freebsd.org/changeset/ports/550770

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

Modified:
  head/databases/p5-BSON/Makefile

Modified: head/databases/p5-BSON/Makefile
==============================================================================
--- head/databases/p5-BSON/Makefile	Thu Oct  1 08:02:38 2020	(r550769)
+++ head/databases/p5-BSON/Makefile	Thu Oct  1 08:02:43 2020	(r550770)
@@ -31,10 +31,4 @@ USE_PERL5=	configure
 
 NO_ARCH=	yes
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 502708
-TEST_DEPENDS+=	p5-JSON-PP>=2.97001:converters/p5-JSON-PP
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-head mailing list