git: b5455ab36614 - main - devel/p5-Date-Range: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 27 Oct 2025 16:23:41 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b5455ab36614b202cf340c8d32c3bac912e93308
commit b5455ab36614b202cf340c8d32c3bac912e93308
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-10-27 15:59:39 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-10-27 15:59:39 +0000
devel/p5-Date-Range: Add NO_ARCH
---
devel/p5-Date-Range/Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/devel/p5-Date-Range/Makefile b/devel/p5-Date-Range/Makefile
index 3251a6a63f74..64b2dc5bc50d 100644
--- a/devel/p5-Date-Range/Makefile
+++ b/devel/p5-Date-Range/Makefile
@@ -9,10 +9,12 @@ MAINTAINER= perl@FreeBSD.org
COMMENT= Work with a range of dates in Perl
WWW= https://metacpan.org/release/Date-Range
-BUILD_DEPENDS= p5-Date-Simple>=0.03:devel/p5-Date-Simple
+BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Date-Simple>=0.03:devel/p5-Date-Simple
USES= perl5
USE_PERL5= configure
+NO_ARCH= yes
+
.include <bsd.port.mk>