svn commit: r442338 - head/databases/p5-MongoDB

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Jun 1 23:50:49 UTC 2017


Author: sunpoet
Date: Thu Jun  1 23:50:47 2017
New Revision: 442338
URL: https://svnweb.freebsd.org/changeset/ports/442338

Log:
  Remove outdated PERL_LEVEL check

Modified:
  head/databases/p5-MongoDB/Makefile

Modified: head/databases/p5-MongoDB/Makefile
==============================================================================
--- head/databases/p5-MongoDB/Makefile	Thu Jun  1 23:50:43 2017	(r442337)
+++ head/databases/p5-MongoDB/Makefile	Thu Jun  1 23:50:47 2017	(r442338)
@@ -44,11 +44,4 @@ USE_PERL5=	configure
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/MongoDB/MongoDB.so
 
-.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