svn commit: r393013 - head/devel/p5-Hash-Util-FieldHash-Compat
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon Jul 27 19:23:22 UTC 2015
Author: sunpoet
Date: Mon Jul 27 19:23:21 2015
New Revision: 393013
URL: https://svnweb.freebsd.org/changeset/ports/393013
Log:
- Fix r392905: p5-Test-Simple (Test::use::ok) is not required for Perl 5.22+
- Add NO_ARCH
Modified:
head/devel/p5-Hash-Util-FieldHash-Compat/Makefile
Modified: head/devel/p5-Hash-Util-FieldHash-Compat/Makefile
==============================================================================
--- head/devel/p5-Hash-Util-FieldHash-Compat/Makefile Mon Jul 27 19:23:15 2015 (r393012)
+++ head/devel/p5-Hash-Util-FieldHash-Compat/Makefile Mon Jul 27 19:23:21 2015 (r393013)
@@ -16,9 +16,15 @@ LICENSE_COMB= dual
BUILD_DEPENDS= p5-Tie-RefHash-Weak>=0.08:${PORTSDIR}/devel/p5-Tie-RefHash-Weak
RUN_DEPENDS:= ${BUILD_DEPENDS}
-TEST_DEPENDS= p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple
+NO_ARCH= yes
USES= perl5
USE_PERL5= configure
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 502200
+TEST_DEPENDS= p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple
+.endif
+
+.include <bsd.port.post.mk>
More information about the svn-ports-all
mailing list