svn commit: r407772 - head/devel/p5-Path-Tiny

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Feb 1 20:31:57 UTC 2016


Author: sunpoet
Date: Mon Feb  1 20:31:55 2016
New Revision: 407772
URL: https://svnweb.freebsd.org/changeset/ports/407772

Log:
  - Remove outdated PERL_LEVEL check

Modified:
  head/devel/p5-Path-Tiny/Makefile

Modified: head/devel/p5-Path-Tiny/Makefile
==============================================================================
--- head/devel/p5-Path-Tiny/Makefile	Mon Feb  1 20:10:41 2016	(r407771)
+++ head/devel/p5-Path-Tiny/Makefile	Mon Feb  1 20:31:55 2016	(r407772)
@@ -20,11 +20,4 @@ NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501800
-BUILD_DEPENDS+=	p5-PathTools>=3.4000:${PORTSDIR}/devel/p5-PathTools
-RUN_DEPENDS+=	p5-PathTools>=3.4000:${PORTSDIR}/devel/p5-PathTools
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list