Date: Sat, 23 Apr 2016 06:58:37 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r413854 - head/devel/p5-Test-CheckDeps Message-ID: <201604230658.u3N6wbcN059900@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Apr 23 06:58:36 2016 New Revision: 413854 URL: https://svnweb.freebsd.org/changeset/ports/413854 Log: - Remove outdated PERL_LEVEL check - Add NO_ARCH With hat: perl Approved by: portmgr (blanket) Modified: head/devel/p5-Test-CheckDeps/Makefile Modified: head/devel/p5-Test-CheckDeps/Makefile ============================================================================== --- head/devel/p5-Test-CheckDeps/Makefile Sat Apr 23 06:58:32 2016 (r413853) +++ head/devel/p5-Test-CheckDeps/Makefile Sat Apr 23 06:58:36 2016 (r413854) @@ -17,14 +17,8 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-CPAN-Meta-Check>=0.007:devel/p5-CPAN-Meta-Check RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501800 -BUILD_DEPENDS+= p5-CPAN-Meta>=2.120920:devel/p5-CPAN-Meta -RUN_DEPENDS+= p5-CPAN-Meta>=2.120920:devel/p5-CPAN-Meta -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604230658.u3N6wbcN059900>