git: e52a459dbd25 - main - devel/p5-autovivification: Strip shared library
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 Mar 2023 19:25:56 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=e52a459dbd25c54aa87919613d374b5496ec621a commit e52a459dbd25c54aa87919613d374b5496ec621a Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-03-21 18:41:29 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-03-21 19:20:20 +0000 devel/p5-autovivification: Strip shared library - Bump PORTREVISION for package change --- devel/p5-autovivification/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/devel/p5-autovivification/Makefile b/devel/p5-autovivification/Makefile index ec54c205a5fe..ef47db2eb7b9 100644 --- a/devel/p5-autovivification/Makefile +++ b/devel/p5-autovivification/Makefile @@ -1,5 +1,6 @@ PORTNAME= autovivification PORTVERSION= 0.18 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:VPIT @@ -14,4 +15,7 @@ LICENSE= MIT USES= perl5 USE_PERL5= configure +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/autovivification/autovivification.so + .include <bsd.port.mk>