Date: Sun, 10 Feb 2019 09:00:46 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r492591 - head/www/p5-Catalyst-Component-ACCEPT_CONTEXT Message-ID: <201902100900.x1A90ktl061866@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Sun Feb 10 09:00:45 2019 New Revision: 492591 URL: https://svnweb.freebsd.org/changeset/ports/492591 Log: - Add LICENSE - Add NO_ARCH - Silence patching Approved by: portmgr blanket Modified: head/www/p5-Catalyst-Component-ACCEPT_CONTEXT/Makefile Modified: head/www/p5-Catalyst-Component-ACCEPT_CONTEXT/Makefile ============================================================================== --- head/www/p5-Catalyst-Component-ACCEPT_CONTEXT/Makefile Sun Feb 10 06:50:36 2019 (r492590) +++ head/www/p5-Catalyst-Component-ACCEPT_CONTEXT/Makefile Sun Feb 10 09:00:45 2019 (r492591) @@ -11,15 +11,19 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Make the Catalyst request context available in Models and Views +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Catalyst-Runtime>0:www/p5-Catalyst-Runtime TEST_DEPENDS= p5-Devel-Cycle>=0:devel/p5-Devel-Cycle USES= perl5 USE_PERL5= configure +NO_ARCH= yes post-patch: - ${REINPLACE_CMD} -i '' -e '/auto_install/d' \ + @${REINPLACE_CMD} -i '' -e '/auto_install/d' \ -e '/Devel::Cycle/d' ${WRKSRC}/Makefile.PL .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902100900.x1A90ktl061866>