git: fdd2480c975e - main - devel/p5-autobox: Strip shared library
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 18 Apr 2025 05:49:51 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=fdd2480c975e8c7f436a182f31317c9d75cc4f80 commit fdd2480c975e8c7f436a182f31317c9d75cc4f80 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2025-04-18 05:22:40 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2025-04-18 05:38:38 +0000 devel/p5-autobox: Strip shared library - Bump PORTREVISION for package change --- devel/p5-autobox/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/devel/p5-autobox/Makefile b/devel/p5-autobox/Makefile index 6d293af0a1c9..86560f919079 100644 --- a/devel/p5-autobox/Makefile +++ b/devel/p5-autobox/Makefile @@ -1,5 +1,6 @@ PORTNAME= autobox PORTVERSION= 2.84 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:CHOCOLATE @@ -18,4 +19,7 @@ RUN_DEPENDS= p5-Scope-Guard>=0.20:devel/p5-Scope-Guard USES= perl5 USE_PERL5= configure +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/autobox/autobox.so + .include <bsd.port.mk>