svn commit: r429012 - head/devel/p5-List-AllUtils
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Tue Dec 20 18:35:05 UTC 2016
Author: sunpoet
Date: Tue Dec 20 18:35:04 2016
New Revision: 429012
URL: https://svnweb.freebsd.org/changeset/ports/429012
Log:
- Remove PERL_LEVEL check: p5-Scalar-List-Utils was already in *_DEPENDS
Modified:
head/devel/p5-List-AllUtils/Makefile
Modified: head/devel/p5-List-AllUtils/Makefile
==============================================================================
--- head/devel/p5-List-AllUtils/Makefile Tue Dec 20 18:34:59 2016 (r429011)
+++ head/devel/p5-List-AllUtils/Makefile Tue Dec 20 18:35:04 2016 (r429012)
@@ -21,11 +21,4 @@ NO_ARCH= yes
USE_PERL5= configure
USES= perl5
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 502000
-BUILD_DEPENDS+= p5-Scalar-List-Utils>=1.31:lang/p5-Scalar-List-Utils
-RUN_DEPENDS+= p5-Scalar-List-Utils>=1.31:lang/p5-Scalar-List-Utils
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
More information about the svn-ports-all
mailing list