svn commit: r346406 - head/devel/p5-Exporter-Tiny

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


Author: sunpoet
Date: Thu Feb 27 23:09:13 2014
New Revision: 346406
URL: http://svnweb.freebsd.org/changeset/ports/346406
QAT: https://qat.redports.org/buildarchive/r346406/

Log:
  - Remove outdated PERL_LEVEL check

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

Modified: head/devel/p5-Exporter-Tiny/Makefile
==============================================================================
--- head/devel/p5-Exporter-Tiny/Makefile	Thu Feb 27 23:08:37 2014	(r346405)
+++ head/devel/p5-Exporter-Tiny/Makefile	Thu Feb 27 23:09:13 2014	(r346406)
@@ -16,10 +16,4 @@ LICENSE_COMB=	dual
 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-head mailing list