svn commit: r476430 - head/devel/p5-Test2-Harness

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Aug 5 19:06:42 UTC 2018


Author: sunpoet
Date: Sun Aug  5 19:06:38 2018
New Revision: 476430
URL: https://svnweb.freebsd.org/changeset/ports/476430

Log:
  Remove outdated PERL_LEVEL check

Modified:
  head/devel/p5-Test2-Harness/Makefile

Modified: head/devel/p5-Test2-Harness/Makefile
==============================================================================
--- head/devel/p5-Test2-Harness/Makefile	Sun Aug  5 19:06:32 2018	(r476429)
+++ head/devel/p5-Test2-Harness/Makefile	Sun Aug  5 19:06:38 2018	(r476430)
@@ -28,11 +28,4 @@ NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 502400
-BUILD_DEPENDS+=	p5-File-Path>=2.11:devel/p5-File-Path
-RUN_DEPENDS+=	p5-File-Path>=2.11:devel/p5-File-Path
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-head mailing list