git: c0ac58fa62b7 - main - math/p5-Math-Polygon: Fix de12be25b1d131896bde8a5a9e67e1347b57d32b
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 30 Sep 2025 11:00:11 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=c0ac58fa62b7ce1b89571b49708e8cfd55bbdf21
commit c0ac58fa62b7ce1b89571b49708e8cfd55bbdf21
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-09-30 10:47:50 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-09-30 10:51:28 +0000
math/p5-Math-Polygon: Fix de12be25b1d131896bde8a5a9e67e1347b57d32b
- Fix *_DEPENDS
- Bump PORTREVISION for dependency change
---
math/p5-Math-Polygon/Makefile | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/math/p5-Math-Polygon/Makefile b/math/p5-Math-Polygon/Makefile
index fdc8352ff1c4..26ed3152b232 100644
--- a/math/p5-Math-Polygon/Makefile
+++ b/math/p5-Math-Polygon/Makefile
@@ -1,5 +1,6 @@
PORTNAME= Math-Polygon
PORTVERSION= 2.00
+PORTREVISION= 1
CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -11,7 +12,9 @@ WWW= https://metacpan.org/release/Math-Polygon
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
-TEST_DEPENDS= p5-Log-Report>0:devel/p5-Log-Report
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= p5-Log-Report>=0:devel/p5-Log-Report
+TEST_DEPENDS= p5-Test-Pod>=0:devel/p5-Test-Pod
USES= perl5
USE_PERL5= configure