git: 386acbde6d4a - main - devel/p5-Want: Strip shared library

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Mon, 18 Apr 2022 00:05:00 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=386acbde6d4a4a40297818ac5c71a1bfccd55951

commit 386acbde6d4a4a40297818ac5c71a1bfccd55951
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-04-17 23:47:38 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-04-17 23:58:58 +0000

    devel/p5-Want: Strip shared library
    
    - Bump PORTREVISION for package change
---
 devel/p5-Want/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/devel/p5-Want/Makefile b/devel/p5-Want/Makefile
index bca415536a1b..7b51593ceb14 100644
--- a/devel/p5-Want/Makefile
+++ b/devel/p5-Want/Makefile
@@ -2,6 +2,7 @@
 
 PORTNAME=	Want
 PORTVERSION=	0.29
+PORTREVISION=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:ROBIN
@@ -16,4 +17,7 @@ LICENSE_COMB=	dual
 USES=		perl5
 USE_PERL5=	configure
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Want/Want.so
+
 .include <bsd.port.mk>