aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-10 14:26:27 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-10 14:46:01 +0000
commit571e62af9eecb19771b3e4b14d0bec1f6da24822 (patch)
treea01b9c6fa92388445c0f64f1ceb0c401519c6855
parent72b2023419e0fc335590fde8e32761c82cb3a01c (diff)
downloadports-571e62af9eecb19771b3e4b14d0bec1f6da24822.tar.gz
ports-571e62af9eecb19771b3e4b14d0bec1f6da24822.zip
devel/p5-Bread-Board-Declare: Fix LICENSE and add LICENSE_FILE
-rw-r--r--devel/p5-Bread-Board-Declare/Makefile9
1 files 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@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>