devel/p5-Mixin-Event-Dispatch: Add LICENSE_FILE

This commit is contained in:
Po-Chuan Hsieh 2021-06-25 21:34:49 +08:00
parent d5ed280fbc
commit 35fed5e94a
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B

View file

@ -12,6 +12,7 @@ COMMENT= Mixin methods for simple event/message dispatch framework
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-List-UtilsBy>=0:devel/p5-List-UtilsBy
@ -19,8 +20,9 @@ TEST_DEPENDS= p5-Test-CheckDeps>=0.010:devel/p5-Test-CheckDeps \
p5-Test-Fatal>=0.010:devel/p5-Test-Fatal \
p5-Test-Refcount>=0.07:devel/p5-Test-Refcount
NO_ARCH= yes
USE_PERL5= configure
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>