aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-25 13:40:59 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-25 13:40:59 +0000
commita3c6ee8ddd13bb251ef9b6164ffe1217112439a8 (patch)
treeaf99c8af031db8821286c02c64cbaa1efa9a8a4a
parent3657dc3b56bd747cb647a32a6632fbbb386c084e (diff)
downloadports-a3c6ee8ddd13bb251ef9b6164ffe1217112439a8.tar.gz
ports-a3c6ee8ddd13bb251ef9b6164ffe1217112439a8.zip
devel/p5-ShipIt: Add LICENSE and NO_ARCH
-rw-r--r--devel/p5-ShipIt/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/devel/p5-ShipIt/Makefile b/devel/p5-ShipIt/Makefile
index c8afdd1b6a62..10e8ac0a3a27 100644
--- a/devel/p5-ShipIt/Makefile
+++ b/devel/p5-ShipIt/Makefile
@@ -11,7 +11,12 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Software release tool
+LICENSE= ART10 GPLv1+
+LICENSE_COMB= dual
+
USES= perl5
USE_PERL5= configure
+NO_ARCH= yes
+
.include <bsd.port.mk>