Date: Sat, 23 Apr 2016 06:47:49 +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: r413824 - head/devel/p5-Module-Install-XSUtil Message-ID: <201604230647.u3N6lnMX053683@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Apr 23 06:47:49 2016 New Revision: 413824 URL: https://svnweb.freebsd.org/changeset/ports/413824 Log: - Remove outdated PERL_LEVEL check - Add NO_ARCH Modified: head/devel/p5-Module-Install-XSUtil/Makefile Modified: head/devel/p5-Module-Install-XSUtil/Makefile ============================================================================== --- head/devel/p5-Module-Install-XSUtil/Makefile Sat Apr 23 06:47:44 2016 (r413823) +++ head/devel/p5-Module-Install-XSUtil/Makefile Sat Apr 23 06:47:49 2016 (r413824) @@ -18,14 +18,8 @@ BUILD_DEPENDS= p5-Module-Install>=0.91:d RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-B-Hooks-OP-Annotation>=0.43:devel/p5-B-Hooks-OP-Annotation +NO_ARCH= yes USE_PERL5= configure USES= perl5 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501800 -BUILD_DEPENDS+= p5-ExtUtils-ParseXS>=3.18:devel/p5-ExtUtils-ParseXS -RUN_DEPENDS+= p5-ExtUtils-ParseXS>=3.18:devel/p5-ExtUtils-ParseXS -.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?201604230647.u3N6lnMX053683>