svn commit: r346392 - head/devel/p5-Devel-CheckCompiler

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Feb 27 22:16:32 UTC 2014


Author: sunpoet
Date: Thu Feb 27 22:16:32 2014
New Revision: 346392
URL: http://svnweb.freebsd.org/changeset/ports/346392
QAT: https://qat.redports.org/buildarchive/r346392/

Log:
  - Remove outdated PERL_LEVEL check

Modified:
  head/devel/p5-Devel-CheckCompiler/Makefile

Modified: head/devel/p5-Devel-CheckCompiler/Makefile
==============================================================================
--- head/devel/p5-Devel-CheckCompiler/Makefile	Thu Feb 27 21:44:20 2014	(r346391)
+++ head/devel/p5-Devel-CheckCompiler/Makefile	Thu Feb 27 22:16:32 2014	(r346392)
@@ -18,11 +18,4 @@ TEST_DEPENDS=	p5-Test-Requires>=0:${PORT
 USE_PERL5=	modbuild
 USES=		perl5
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501400
-BUILD_DEPENDS+=	p5-CPAN-Meta>=0:${PORTSDIR}/devel/p5-CPAN-Meta
-TEST_DEPENDS+=	p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-head mailing list