svn commit: r346418 - head/devel/p5-Test-Version

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Feb 28 00:39:04 UTC 2014


Author: sunpoet
Date: Fri Feb 28 00:39:03 2014
New Revision: 346418
URL: http://svnweb.freebsd.org/changeset/ports/346418
QAT: https://qat.redports.org/buildarchive/r346418/

Log:
  - Remove outdated PERL_LEVEL check

Modified:
  head/devel/p5-Test-Version/Makefile

Modified: head/devel/p5-Test-Version/Makefile
==============================================================================
--- head/devel/p5-Test-Version/Makefile	Fri Feb 28 00:38:59 2014	(r346417)
+++ head/devel/p5-Test-Version/Makefile	Fri Feb 28 00:39:03 2014	(r346418)
@@ -21,13 +21,4 @@ TEST_DEPENDS=	p5-Test-Exception>=0:${POR
 USE_PERL5=	configure
 USES=		perl5
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501400
-BUILD_DEPENDS+=	p5-Module-Metadata>=0:${PORTSDIR}/devel/p5-Module-Metadata \
-		p5-version>=0.86:${PORTSDIR}/devel/p5-version
-RUN_DEPENDS+=	p5-Module-Metadata>=0:${PORTSDIR}/devel/p5-Module-Metadata \
-		p5-version>=0.86:${PORTSDIR}/devel/p5-version
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list