svn commit: r442419 - head/devel/p5-Test-Benchmark

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


Author: sunpoet
Date: Fri Jun  2 18:12:53 2017
New Revision: 442419
URL: https://svnweb.freebsd.org/changeset/ports/442419

Log:
  Remove outdated PERL_LEVEL check
  
  - Add NO_ARCH

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

Modified: head/devel/p5-Test-Benchmark/Makefile
==============================================================================
--- head/devel/p5-Test-Benchmark/Makefile	Fri Jun  2 18:12:48 2017	(r442418)
+++ head/devel/p5-Test-Benchmark/Makefile	Fri Jun  2 18:12:53 2017	(r442419)
@@ -15,13 +15,8 @@ LICENSE=	LGPL21
 
 TEST_DEPENDS=	p5-Test-NoWarnings>=0:devel/p5-Test-NoWarnings
 
+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