security/p5-Crypt-OpenSSL-RSA: Strip shared library

- Bump PORTREVISION for package change
This commit is contained in:
Po-Chuan Hsieh 2021-09-27 23:43:38 +08:00
parent 023fa7d63a
commit 465313e11f
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B

View file

@ -2,6 +2,7 @@
PORTNAME= Crypt-OpenSSL-RSA
PORTVERSION= 0.32
PORTREVISION= 1
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@ -21,4 +22,7 @@ RUN_DEPENDS= p5-Crypt-OpenSSL-Bignum>=0:security/p5-Crypt-OpenSSL-Bignum \
USES= perl5 ssl
USE_PERL5= configure
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Crypt/OpenSSL/RSA/RSA.so
.include <bsd.port.mk>