- Add LICENSE

- Add NO_ARCH

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2019-02-24 09:00:51 +00:00
parent fa8e1add43
commit 839b24bec0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=493746

View file

@ -12,6 +12,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Infrastructure plugin for the Catalyst authentication framework
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Catalyst-Plugin-Session>=0.10:www/p5-Catalyst-Plugin-Session \
p5-Catalyst-Runtime>=0:www/p5-Catalyst-Runtime \
@ -32,5 +35,6 @@ PORTSCOUT= skipv:0.100091,0.100092
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>