Date: Wed, 20 Mar 2019 09:01:03 +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: r496321 - head/www/p5-Catalyst-Component-InstancePerContext Message-ID: <201903200901.x2K91345046380@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Wed Mar 20 09:01:03 2019 New Revision: 496321 URL: https://svnweb.freebsd.org/changeset/ports/496321 Log: - Add LICENSE - Add NO_ARCH Approved by: portmgr blanket Modified: head/www/p5-Catalyst-Component-InstancePerContext/Makefile Modified: head/www/p5-Catalyst-Component-InstancePerContext/Makefile ============================================================================== --- head/www/p5-Catalyst-Component-InstancePerContext/Makefile Wed Mar 20 08:55:02 2019 (r496320) +++ head/www/p5-Catalyst-Component-InstancePerContext/Makefile Wed Mar 20 09:01:03 2019 (r496321) @@ -11,11 +11,15 @@ PKGNAMEPREFIX= p5- MAINTAINER= oleg@mamontov.net COMMENT= Return a new instance a component on each request +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Catalyst-Runtime>=0:www/p5-Catalyst-Runtime \ p5-Moose>=0:devel/p5-Moose USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903200901.x2K91345046380>