aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-25 13:34:49 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-25 13:34:49 +0000
commit35fed5e94a36767614c7e3b64ecd539fe91f349c (patch)
tree2464f1c72c545085845e545b47c455da6bcb5621
parentd5ed280fbce83f4108d9a536680a6ba358c40a48 (diff)
downloadports-35fed5e94a36767614c7e3b64ecd539fe91f349c.tar.gz
ports-35fed5e94a36767614c7e3b64ecd539fe91f349c.zip
devel/p5-Mixin-Event-Dispatch: Add LICENSE_FILE
-rw-r--r--devel/p5-Mixin-Event-Dispatch/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/p5-Mixin-Event-Dispatch/Makefile b/devel/p5-Mixin-Event-Dispatch/Makefile
index 4f3abcd23c34..c345475a87c8 100644
--- a/devel/p5-Mixin-Event-Dispatch/Makefile
+++ b/devel/p5-Mixin-Event-Dispatch/Makefile
@@ -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>