svn commit: r501426 - head/security/p5-Unix-Passwd-File

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun May 12 16:38:36 UTC 2019


Author: sunpoet
Date: Sun May 12 16:38:31 2019
New Revision: 501426
URL: https://svnweb.freebsd.org/changeset/ports/501426

Log:
  Remove outdated PERL_LEVEL check

Modified:
  head/security/p5-Unix-Passwd-File/Makefile

Modified: head/security/p5-Unix-Passwd-File/Makefile
==============================================================================
--- head/security/p5-Unix-Passwd-File/Makefile	Sun May 12 16:38:26 2019	(r501425)
+++ head/security/p5-Unix-Passwd-File/Makefile	Sun May 12 16:38:31 2019	(r501426)
@@ -29,10 +29,4 @@ USE_PERL5=	configure
 
 NO_ARCH=	yes
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 502501
-RUN_DEPENDS+=	p5-Scalar-List-Utils>=1.45:lang/p5-Scalar-List-Utils
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-head mailing list