Add LICENSE_FILE

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-04-21 19:36:50 +00:00
parent eadde79b84
commit 3a3552ebae
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=532320

View file

@ -13,15 +13,17 @@ COMMENT= Redis database connector for Dancer
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Dancer>=0:www/p5-Dancer \
p5-Redis>=1.9550:databases/p5-Redis
PORTSCOUT= skipv:0.10,0.11,0.12,0.13,0.14
USES= perl5
USE_PERL5= modbuild
NO_ARCH= yes
USE_PERL5= modbuild
USES= perl5
PORTSCOUT= skipv:0.10,0.11,0.12,0.13,0.14
.include <bsd.port.mk>