math/p5-Bit-Vector: Strip shared library

- Bump PORTREVISION for package change
This commit is contained in:
Po-Chuan Hsieh 2022-04-18 07:47:54 +08:00
parent e6106e737b
commit 94b7309f8f
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B

View file

@ -2,6 +2,7 @@
PORTNAME= Bit-Vector
PORTVERSION= 7.4
PORTREVISION= 1
CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@ -18,4 +19,7 @@ RUN_DEPENDS= p5-Carp-Clan>=5.3:devel/p5-Carp-Clan
USES= perl5
USE_PERL5= configure
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Bit/Vector/Vector.so
.include <bsd.port.mk>