git: 571e62af9eec - main - devel/p5-Bread-Board-Declare: Fix LICENSE and add LICENSE_FILE

Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Jun 10 14:47:40 UTC 2021


The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=571e62af9eecb19771b3e4b14d0bec1f6da24822

commit 571e62af9eecb19771b3e4b14d0bec1f6da24822
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-06-10 14:26:27 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-06-10 14:46:01 +0000

    devel/p5-Bread-Board-Declare: Fix LICENSE and add LICENSE_FILE
---
 devel/p5-Bread-Board-Declare/Makefile | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/devel/p5-Bread-Board-Declare/Makefile b/devel/p5-Bread-Board-Declare/Makefile
index 1fa4ee472124..7fd1b11ff5e7 100644
--- a/devel/p5-Bread-Board-Declare/Makefile
+++ b/devel/p5-Bread-Board-Declare/Makefile
@@ -11,8 +11,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Create Bread::Board containers as normal Moose objects
 
-LICENSE=	ART10 GPLv1+
-LICENSE_COMB=	dual
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	p5-Bread-Board>=0.22:devel/p5-Bread-Board \
@@ -21,8 +21,9 @@ RUN_DEPENDS=	p5-Bread-Board>=0.22:devel/p5-Bread-Board \
 		p5-Moose>=2.0200:devel/p5-Moose
 TEST_DEPENDS=	p5-Test-Fatal>=0:devel/p5-Test-Fatal
 
-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-main mailing list