aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-30 20:39:00 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-30 20:43:59 +0000
commit949220934283ae76bc6166a076801c506a63b229 (patch)
tree7fc407e12090764acbc9bb21d2aa739a376a3b71
parentd34b0683ce7a05814022b97634dc3592da9e04e2 (diff)
downloadports-949220934283ae76bc6166a076801c506a63b229.tar.gz
ports-949220934283ae76bc6166a076801c506a63b229.zip
devel/p5-Method-Signatures-Simple: Add LICENSE and NO_ARCH
-rw-r--r--devel/p5-Method-Signatures-Simple/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/devel/p5-Method-Signatures-Simple/Makefile b/devel/p5-Method-Signatures-Simple/Makefile
index 43e89ee80aed..25713ae230fe 100644
--- a/devel/p5-Method-Signatures-Simple/Makefile
+++ b/devel/p5-Method-Signatures-Simple/Makefile
@@ -11,10 +11,16 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Basic method declarations with signatures, without source filters
+LICENSE= ART10 GPLv1+
+LICENSE_COMB= dual
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Devel-Declare>=0:devel/p5-Devel-Declare
USES= perl5
USE_PERL5= configure
+NO_ARCH= yes
+
.include <bsd.port.mk>