From 465313e11f378b4ce87de0c44e532bc0894c21a9 Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Mon, 27 Sep 2021 23:43:38 +0800 Subject: [PATCH] security/p5-Crypt-OpenSSL-RSA: Strip shared library - Bump PORTREVISION for package change --- security/p5-Crypt-OpenSSL-RSA/Makefile | 4 ++++ 1 file changed, 4 insertions(+) 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