- Add LICENSE

- Add NO_ARCH

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2019-03-01 09:00:52 +00:00
parent 10ae5e8d94
commit 42706c7086
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=494245

View file

@ -11,6 +11,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Easy application-level caching
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Class-Accessor-Chained>=0:devel/p5-Class-Accessor-Chained \
p5-File-Find-Rule>=0:devel/p5-File-Find-Rule \
@ -20,5 +23,6 @@ RUN_DEPENDS= p5-Class-Accessor-Chained>=0:devel/p5-Class-Accessor-Chained \
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>