svn commit: r476433 - head/net/p5-MaxMind-DB-Reader

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Aug 5 19:06:54 UTC 2018


Author: sunpoet
Date: Sun Aug  5 19:06:53 2018
New Revision: 476433
URL: https://svnweb.freebsd.org/changeset/ports/476433

Log:
  Remove outdated PERL_LEVEL check

Modified:
  head/net/p5-MaxMind-DB-Reader/Makefile

Modified: head/net/p5-MaxMind-DB-Reader/Makefile
==============================================================================
--- head/net/p5-MaxMind-DB-Reader/Makefile	Sun Aug  5 19:06:48 2018	(r476432)
+++ head/net/p5-MaxMind-DB-Reader/Makefile	Sun Aug  5 19:06:53 2018	(r476433)
@@ -36,10 +36,4 @@ NO_ARCH=	yes
 USE_PERL5=	configure
 USES=		perl5
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 502300
-TEST_DEPENDS+=	p5-Scalar-List-Utils>=1.42:lang/p5-Scalar-List-Utils
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-head mailing list