git: 426f7c66a6f8 - main - devel/p5-Future: Add PORTSCOUT

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Mon, 03 Oct 2022 02:27:50 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=426f7c66a6f8a10b0946fb129f547d3a60c3a6f1

commit 426f7c66a6f8a10b0946fb129f547d3a60c3a6f1
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-10-03 02:17:36 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-10-03 02:17:36 +0000

    devel/p5-Future: Add PORTSCOUT
---
 devel/p5-Future/Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/devel/p5-Future/Makefile b/devel/p5-Future/Makefile
index 82563cecf0ae..cb635b2501d9 100644
--- a/devel/p5-Future/Makefile
+++ b/devel/p5-Future/Makefile
@@ -16,8 +16,11 @@ TEST_DEPENDS=	p5-Test-Fatal>0:devel/p5-Test-Fatal \
 		p5-Test-Identity>0:devel/p5-Test-Identity \
 		p5-Test-Refcount>0:devel/p5-Test-Refcount
 
-NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	modbuild
 
+NO_ARCH=	yes
+
+PORTSCOUT=	limit:^[0-9\.]*$$
+
 .include <bsd.port.mk>