aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-09-27 15:43:38 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-09-27 15:56:25 +0000
commit465313e11f378b4ce87de0c44e532bc0894c21a9 (patch)
tree3305129ec0c2d6577b605fc2f32ba8cf0a6faf51
parent023fa7d63a4b5de858350dc5307acc82a891cb3a (diff)
downloadports-465313e11f378b4ce87de0c44e532bc0894c21a9.tar.gz
ports-465313e11f378b4ce87de0c44e532bc0894c21a9.zip
security/p5-Crypt-OpenSSL-RSA: Strip shared library
- Bump PORTREVISION for package change
-rw-r--r--security/p5-Crypt-OpenSSL-RSA/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/security/p5-Crypt-OpenSSL-RSA/Makefile b/security/p5-Crypt-OpenSSL-RSA/Makefile
index 07b568765eac..615d7b1405e0 100644
--- a/security/p5-Crypt-OpenSSL-RSA/Makefile
+++ b/security/p5-Crypt-OpenSSL-RSA/Makefile
@@ -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>