svn commit: r442710 - head/lang/p5-Try-Tiny

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Jun 5 23:25:22 UTC 2017


Author: sunpoet
Date: Mon Jun  5 23:25:21 2017
New Revision: 442710
URL: https://svnweb.freebsd.org/changeset/ports/442710

Log:
  Remove outdated PERL_LEVEL check
  
  With hat:	perl

Modified:
  head/lang/p5-Try-Tiny/Makefile

Modified: head/lang/p5-Try-Tiny/Makefile
==============================================================================
--- head/lang/p5-Try-Tiny/Makefile	Mon Jun  5 23:25:16 2017	(r442709)
+++ head/lang/p5-Try-Tiny/Makefile	Mon Jun  5 23:25:21 2017	(r442710)
@@ -18,10 +18,4 @@ TEST_DEPENDS=	p5-Capture-Tiny>=0.12:devel/p5-Capture-T
 USES=		perl5
 USE_PERL5=	configure
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 502104
-TEST_DEPENDS+=	p5-Scalar-List-Utils>=0:lang/p5-Scalar-List-Utils
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list