svn commit: r346637 - head/devel/p5-Inline
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Mar 1 16:07:00 UTC 2014
Author: sunpoet
Date: Sat Mar 1 16:06:59 2014
New Revision: 346637
URL: http://svnweb.freebsd.org/changeset/ports/346637
QAT: https://qat.redports.org/buildarchive/r346637/
Log:
- Remove outdated PERL_LEVEL check
Modified:
head/devel/p5-Inline/Makefile
Modified: head/devel/p5-Inline/Makefile
==============================================================================
--- head/devel/p5-Inline/Makefile Sat Mar 1 15:53:33 2014 (r346636)
+++ head/devel/p5-Inline/Makefile Sat Mar 1 16:06:59 2014 (r346637)
@@ -16,17 +16,10 @@ LICENSE_COMB= dual
BUILD_DEPENDS= p5-Parse-RecDescent>=1.800:${PORTSDIR}/devel/p5-Parse-RecDescent
RUN_DEPENDS:= ${BUILD_DEPENDS}
-TEST_DEPENDS= p5-Inline-Files>=0:${PORTSDIR}/devel/p5-Inline-Files
+TEST_DEPENDS= p5-Inline-Files>=0:${PORTSDIR}/devel/p5-Inline-Files \
+ p5-Test-Warn>=0.23:${PORTSDIR}/devel/p5-Test-Warn
USES= perl5
USE_PERL5= configure
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} >= 501400
-TEST_DEPENDS+= p5-Test-Warn>=0.23:${PORTSDIR}/devel/p5-Test-Warn
-.else
-TEST_DEPENDS+= p5-Test-Warn>=0.21:${PORTSDIR}/devel/p5-Test-Warn
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
More information about the svn-ports-all
mailing list