- Add LICENSE

- Add NO_ARCH

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2019-02-06 09:00:44 +00:00
parent b53ef8a4eb
commit 944698ca34
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=492293

View File

@ -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-Catalyst-Runtime \
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>