Date: Wed, 30 Jun 2021 20:47:30 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 949220934283 - main - devel/p5-Method-Signatures-Simple: Add LICENSE and NO_ARCH Message-ID: <202106302047.15UKlUdA056184@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=949220934283ae76bc6166a076801c506a63b229 commit 949220934283ae76bc6166a076801c506a63b229 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-06-30 20:39:00 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-06-30 20:43:59 +0000 devel/p5-Method-Signatures-Simple: Add LICENSE and NO_ARCH --- devel/p5-Method-Signatures-Simple/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) 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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106302047.15UKlUdA056184>