git: 9a6c671fa390 - main - devel/p5-Date-Leapyear: Add LICENSE and NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 10 Sep 2022 16:10:04 UTC
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>