Date: Sat, 10 Sep 2022 16:10:04 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: 9a6c671fa390 - main - devel/p5-Date-Leapyear: Add LICENSE and NO_ARCH Message-ID: <202209101610.28AGA4cN059124@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=9a6c671fa3901649ef34111fb38f3d6064b6c159 commit 9a6c671fa3901649ef34111fb38f3d6064b6c159 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-09-10 16:06:59 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-09-10 16:06:59 +0000 devel/p5-Date-Leapyear: Add LICENSE and NO_ARCH --- devel/p5-Date-Leapyear/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/devel/p5-Date-Leapyear/Makefile b/devel/p5-Date-Leapyear/Makefile index a49f1c657ce4..2f420382d9c4 100644 --- a/devel/p5-Date-Leapyear/Makefile +++ b/devel/p5-Date-Leapyear/Makefile @@ -9,7 +9,13 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Perl module to determine if a particular year a leap year WWW= https://metacpan.org/release/Date-Leapyear +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual +LICENSE_FILE_ART10= ${WRKSRC}/LICENSE + 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?202209101610.28AGA4cN059124>