svn commit: r346404 - head/devel/p5-Role-Tiny

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Feb 27 23:06:35 UTC 2014


Author: sunpoet
Date: Thu Feb 27 23:06:34 2014
New Revision: 346404
URL: http://svnweb.freebsd.org/changeset/ports/346404
QAT: https://qat.redports.org/buildarchive/r346404/

Log:
  - Remove outdated PERL_LEVEL check

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

Modified: head/devel/p5-Role-Tiny/Makefile
==============================================================================
--- head/devel/p5-Role-Tiny/Makefile	Thu Feb 27 23:05:37 2014	(r346403)
+++ head/devel/p5-Role-Tiny/Makefile	Thu Feb 27 23:06:34 2014	(r346404)
@@ -24,10 +24,4 @@ TEST_DEPENDS=	p5-Test-Fatal>=0.003:${POR
 USE_PERL5=	configure
 USES=		perl5
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501400
-TEST_DEPENDS+=	p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list