svn commit: r442424 - head/devel/p5-Test-Trap

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Jun 2 18:13:29 UTC 2017


Author: sunpoet
Date: Fri Jun  2 18:13:24 2017
New Revision: 442424
URL: https://svnweb.freebsd.org/changeset/ports/442424

Log:
  Remove outdated PERL_LEVEL check
  
  - Add NO_ARCH

Modified:
  head/devel/p5-Test-Trap/Makefile

Modified: head/devel/p5-Test-Trap/Makefile
==============================================================================
--- head/devel/p5-Test-Trap/Makefile	Fri Jun  2 18:13:19 2017	(r442423)
+++ head/devel/p5-Test-Trap/Makefile	Fri Jun  2 18:13:24 2017	(r442424)
@@ -18,13 +18,8 @@ BUILD_DEPENDS=	p5-Data-Dump>=0:devel/p5-Data-Dump
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 TEST_DEPENDS=	p5-Test-Refcount>=0:devel/p5-Test-Refcount
 
+NO_ARCH=	yes
 USE_PERL5=	configure
 USES=		perl5
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 502200
-TEST_DEPENDS+=  p5-Test-Simple>=1.001014:devel/p5-Test-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-head mailing list