Date: Fri, 25 Jun 2021 13:44:10 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: e9931077807b - main - devel/p5-MooseX-MarkAsMethods: Add LICENSE and NO_ARCH Message-ID: <202106251344.15PDiAYu085282@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=e9931077807bcc866a97419a0d1ae45d2d15eb7b commit e9931077807bcc866a97419a0d1ae45d2d15eb7b Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-06-25 13:34:58 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-06-25 13:34:58 +0000 devel/p5-MooseX-MarkAsMethods: Add LICENSE and NO_ARCH --- devel/p5-MooseX-MarkAsMethods/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/devel/p5-MooseX-MarkAsMethods/Makefile b/devel/p5-MooseX-MarkAsMethods/Makefile index 1a9639131173..6b3522fad393 100644 --- a/devel/p5-MooseX-MarkAsMethods/Makefile +++ b/devel/p5-MooseX-MarkAsMethods/Makefile @@ -10,12 +10,16 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Mark overload code symbols as methods +LICENSE= LGPL21 + BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-B-Hooks-EndOfScope>=0:devel/p5-B-Hooks-EndOfScope \ p5-Moose>=0.94:devel/p5-Moose \ p5-namespace-autoclean>=0.12:devel/p5-namespace-autoclean -USE_PERL5= configure 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?202106251344.15PDiAYu085282>