Date: Fri, 2 Jun 2017 15:38:59 +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: r442386 - head/www/p5-CGI-Cookie-Splitter Message-ID: <201706021538.v52FcxYb093973@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri Jun 2 15:38:59 2017 New Revision: 442386 URL: https://svnweb.freebsd.org/changeset/ports/442386 Log: Add LICENSE_FILE - Add NO_ARCH - Remove outdated PERL_LEVEL check Modified: head/www/p5-CGI-Cookie-Splitter/Makefile Modified: head/www/p5-CGI-Cookie-Splitter/Makefile ============================================================================== --- head/www/p5-CGI-Cookie-Splitter/Makefile Fri Jun 2 15:38:54 2017 (r442385) +++ head/www/p5-CGI-Cookie-Splitter/Makefile Fri Jun 2 15:38:59 2017 (r442386) @@ -12,18 +12,14 @@ COMMENT= Split big cookies into smaller ones LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-CGI-Simple>=0:www/p5-CGI-Simple \ p5-namespace-clean>=0.19:devel/p5-namespace-clean RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure -.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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706021538.v52FcxYb093973>