aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2018-06-15 17:04:34 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2018-06-15 17:04:34 +0800
commit84832d46b1450237d665cbd44adec026d763f8ca (patch)
tree4735ee8b668237b4fb33aece4cf6de3c79247e8e /lang
parent3222a27b37a028456f5453dcc293d5d954a0a42e (diff)
downloadfreebsd-ports-gnome-84832d46b1450237d665cbd44adec026d763f8ca.tar.gz
freebsd-ports-gnome-84832d46b1450237d665cbd44adec026d763f8ca.tar.zst
freebsd-ports-gnome-84832d46b1450237d665cbd44adec026d763f8ca.zip
- Add LICENSE
- Add NO_ARCH Approved by: portmgr blanket
Diffstat (limited to 'lang')
-rw-r--r--lang/p5-Switch/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/p5-Switch/Makefile b/lang/p5-Switch/Makefile
index 524bc009c2f7..519d7c1f7b21 100644
--- a/lang/p5-Switch/Makefile
+++ b/lang/p5-Switch/Makefile
@@ -12,10 +12,14 @@ PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= Switch - A switch statement for Perl
+LICENSE= ART10 GPLv1+
+LICENSE_COMB= dual
+
BUILD_DEPENDS= p5-Filter>0:devel/p5-Filter
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
+NO_ARCH= yes
.include <bsd.port.mk>