svn commit: r425526 - head/devel/p5-List-Objects-WithUtils

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Nov 6 16:47:55 UTC 2016


Author: sunpoet
Date: Sun Nov  6 16:47:54 2016
New Revision: 425526
URL: https://svnweb.freebsd.org/changeset/ports/425526

Log:
  - Remove outdated PERL_LEVEL check

Modified:
  head/devel/p5-List-Objects-WithUtils/Makefile

Modified: head/devel/p5-List-Objects-WithUtils/Makefile
==============================================================================
--- head/devel/p5-List-Objects-WithUtils/Makefile	Sun Nov  6 16:47:49 2016	(r425525)
+++ head/devel/p5-List-Objects-WithUtils/Makefile	Sun Nov  6 16:47:54 2016	(r425526)
@@ -27,11 +27,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.33:lang/p5-Scalar-List-Utils
-RUN_DEPENDS+=	p5-Scalar-List-Utils>=1.33:lang/p5-Scalar-List-Utils
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list