svn commit: r346409 - head/devel/p5-Module-Build-Tiny

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


Author: sunpoet
Date: Fri Feb 28 00:10:54 2014
New Revision: 346409
URL: http://svnweb.freebsd.org/changeset/ports/346409
QAT: https://qat.redports.org/buildarchive/r346409/

Log:
  - Remove outdated PERL_LEVEL check

Modified:
  head/devel/p5-Module-Build-Tiny/Makefile

Modified: head/devel/p5-Module-Build-Tiny/Makefile
==============================================================================
--- head/devel/p5-Module-Build-Tiny/Makefile	Thu Feb 27 23:16:02 2014	(r346408)
+++ head/devel/p5-Module-Build-Tiny/Makefile	Fri Feb 28 00:10:54 2014	(r346409)
@@ -22,13 +22,4 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 USE_PERL5=	modbuildtiny
 USES=		perl5
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501400
-BUILD_DEPENDS+=	p5-CPAN-Meta>=0:${PORTSDIR}/devel/p5-CPAN-Meta \
-		p5-JSON-PP>=2:${PORTSDIR}/converters/p5-JSON-PP
-RUN_DEPENDS+=	p5-CPAN-Meta>=0:${PORTSDIR}/devel/p5-CPAN-Meta \
-		p5-JSON-PP>=2:${PORTSDIR}/converters/p5-JSON-PP
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-head mailing list