Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Feb 2019 09:00:44 +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: r492293 - head/www/p5-Catalyst-Controller-ActionRole
Message-ID:  <201902060900.x1690iSj015402@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Feb  6 09:00:44 2019
New Revision: 492293
URL: https://svnweb.freebsd.org/changeset/ports/492293

Log:
  - Add LICENSE
  - Add NO_ARCH
  
  Approved by:	portmgr blanket

Modified:
  head/www/p5-Catalyst-Controller-ActionRole/Makefile

Modified: head/www/p5-Catalyst-Controller-ActionRole/Makefile
==============================================================================
--- head/www/p5-Catalyst-Controller-ActionRole/Makefile	Wed Feb  6 08:02:43 2019	(r492292)
+++ head/www/p5-Catalyst-Controller-ActionRole/Makefile	Wed Feb  6 09:00:44 2019	(r492293)
@@ -11,6 +11,10 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	mons@cpan.org
 COMMENT=	Apply roles to action instances
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
 BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	p5-Catalyst-Runtime>=5.71001:www/p5-Catalyst-Runtime \
 		p5-Moose>=2:devel/p5-Moose \
@@ -20,5 +24,6 @@ RUN_DEPENDS=	p5-Catalyst-Runtime>=5.71001:www/p5-Catal
 
 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?201902060900.x1690iSj015402>