aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-25 13:34:46 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-25 13:34:46 +0000
commit82a9825ca0b9444e4fd861f7c4003a9fea4b42da (patch)
treed7083959e7a1dcdf312b63f882d8d02dbf9445ed
parent02d983f3a5d181ec405c41221500b49f0e5ea1d0 (diff)
downloadports-82a9825ca0b9444e4fd861f7c4003a9fea4b42da.tar.gz
ports-82a9825ca0b9444e4fd861f7c4003a9fea4b42da.zip
devel/p5-Luka: Update LICENSE and add NO_ARCH
-rw-r--r--devel/p5-Luka/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/p5-Luka/Makefile b/devel/p5-Luka/Makefile
index 07d35bbc0946..ab886b5b420f 100644
--- a/devel/p5-Luka/Makefile
+++ b/devel/p5-Luka/Makefile
@@ -11,8 +11,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Exception handling and reporting framework
-LICENSE= GPLv2 GPLv3
-LICENSE_COMB= dual
+LICENSE= GPLv2+
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Class-Std>=0:devel/p5-Class-Std \
@@ -25,7 +24,9 @@ RUN_DEPENDS= p5-Class-Std>=0:devel/p5-Class-Std \
p5-What>=0:net/p5-What
TEST_DEPENDS= p5-Test-Exception>=0:devel/p5-Test-Exception
-USE_PERL5= configure
USES= perl5
+USE_PERL5= configure
+
+NO_ARCH= yes
.include <bsd.port.mk>