git: 39766a5b4805 - main - devel/p5-IO-KQueue: Change the way *_DEPENDS are set
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 02 Sep 2025 18:15:18 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=39766a5b48055148c6a1aea5c63c353383f87694
commit 39766a5b48055148c6a1aea5c63c353383f87694
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-09-02 18:03:00 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-09-02 18:10:26 +0000
devel/p5-IO-KQueue: Change the way *_DEPENDS are set
---
devel/p5-IO-KQueue/Makefile | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/devel/p5-IO-KQueue/Makefile b/devel/p5-IO-KQueue/Makefile
index 3303ec248d50..c6302ce89f52 100644
--- a/devel/p5-IO-KQueue/Makefile
+++ b/devel/p5-IO-KQueue/Makefile
@@ -11,18 +11,16 @@ WWW= https://metacpan.org/release/IO-KQueue
LICENSE= ART10 GPLv2
LICENSE_COMB= dual
-BUILD_DEPENDS= ${_BUILD_RUN_DEPENDS}
-RUN_DEPENDS= ${_BUILD_RUN_DEPENDS}
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= p5-Devel-CheckLib>=0:devel/p5-Devel-CheckLib
USES= perl5
USE_PERL5= configure
OPTIONS_DEFINE= EXAMPLES
-_BUILD_RUN_DEPENDS= p5-Devel-CheckLib>=0:devel/p5-Devel-CheckLib
-
post-install:
- ${STRIP_CMD} ${STAGEDIR}${SITE_ARCH}/auto/IO/KQueue/KQueue.so
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/IO/KQueue/KQueue.so
post-install-EXAMPLES-on:
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}