git: 35fed5e94a36 - main - devel/p5-Mixin-Event-Dispatch: Add LICENSE_FILE

Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Jun 25 13:43:56 UTC 2021


The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=35fed5e94a36767614c7e3b64ecd539fe91f349c

commit 35fed5e94a36767614c7e3b64ecd539fe91f349c
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-06-25 13:34:49 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-06-25 13:34:49 +0000

    devel/p5-Mixin-Event-Dispatch: Add LICENSE_FILE
---
 devel/p5-Mixin-Event-Dispatch/Makefile | 6 ++++--
 1 file 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>


More information about the dev-commits-ports-all mailing list