git: 9b976806a5ff - main - devel/p5-Moose: Remove unnecessary USE_PERL5=extract
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 28 Jan 2025 17:07:39 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=9b976806a5ff8b102aae969a90e1a3b07260a5c5
commit 9b976806a5ff8b102aae969a90e1a3b07260a5c5
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-01-28 16:58:23 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-01-28 17:05:01 +0000
devel/p5-Moose: Remove unnecessary USE_PERL5=extract
---
devel/p5-Moose/Makefile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/devel/p5-Moose/Makefile b/devel/p5-Moose/Makefile
index 32f18c07783a..462aa3e4b3af 100644
--- a/devel/p5-Moose/Makefile
+++ b/devel/p5-Moose/Makefile
@@ -58,10 +58,11 @@ TEST_DEPENDS= p5-CPAN-Meta-Check>=0.011:devel/p5-CPAN-Meta-Check \
p5-Type-Tiny>=0:devel/p5-Type-Tiny \
p5-URI>=0:net/p5-URI
+USES= perl5
+USE_PERL5= configure
+
CFLAGS+= -I. # mop.h
MAKE_JOBS_UNSAFE= yes
-USES= perl5
-USE_PERL5= configure extract
post-patch:
@${REINPLACE_CMD} -e '/^check_conflicts()/d' ${WRKSRC}/Makefile.PL