git: be3d415197ef - main - devel/p5-Sub-Quote: Remove outdate CONFLICTS_INSTALL (almost 7 years ago)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 05 Jun 2023 19:01:37 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=be3d415197ef3d0c525664df365d2b63e99a042e
commit be3d415197ef3d0c525664df365d2b63e99a042e
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-06-05 18:45:48 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-06-05 18:49:08 +0000
devel/p5-Sub-Quote: Remove outdate CONFLICTS_INSTALL (almost 7 years ago)
- Add BUILD_DEPENDS
---
devel/p5-Sub-Quote/Makefile | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/devel/p5-Sub-Quote/Makefile b/devel/p5-Sub-Quote/Makefile
index 9fd1fa9c18ae..1b866f90bfcc 100644
--- a/devel/p5-Sub-Quote/Makefile
+++ b/devel/p5-Sub-Quote/Makefile
@@ -14,6 +14,7 @@ LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
+BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-XString>=0:textproc/p5-XString
USES= perl5
@@ -21,6 +22,4 @@ USE_PERL5= configure
NO_ARCH= yes
-CONFLICTS_INSTALL= p5-Moo-[01]* p5-Moo-2.00[0-2]*
-
.include <bsd.port.mk>