svn commit: r496321 - head/www/p5-Catalyst-Component-InstancePerContext

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Mar 20 09:01:04 UTC 2019


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 at 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>


More information about the svn-ports-all mailing list