svn commit: r501406 - head/textproc/p5-Text-ANSI-Util

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


Author: sunpoet
Date: Sun May 12 16:36:51 2019
New Revision: 501406
URL: https://svnweb.freebsd.org/changeset/ports/501406

Log:
  Remove outdated PERL_LEVEL check

Modified:
  head/textproc/p5-Text-ANSI-Util/Makefile

Modified: head/textproc/p5-Text-ANSI-Util/Makefile
==============================================================================
--- head/textproc/p5-Text-ANSI-Util/Makefile	Sun May 12 16:36:47 2019	(r501405)
+++ head/textproc/p5-Text-ANSI-Util/Makefile	Sun May 12 16:36:51 2019	(r501406)
@@ -22,11 +22,4 @@ USE_PERL5=	configure
 
 NO_ARCH=	yes
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 502600
-BUILD_DEPENDS+=	p5-Scalar-List-Utils>=1.45:lang/p5-Scalar-List-Utils
-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-all mailing list