svn commit: r438720 - head/security/p5-Crypt-OpenSSL-CA
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon Apr 17 16:06:18 UTC 2017
Author: sunpoet
Date: Mon Apr 17 16:06:16 2017
New Revision: 438720
URL: https://svnweb.freebsd.org/changeset/ports/438720
Log:
Strip shared library
- Bump PORTREVISION for package change
Modified:
head/security/p5-Crypt-OpenSSL-CA/Makefile
Modified: head/security/p5-Crypt-OpenSSL-CA/Makefile
==============================================================================
--- head/security/p5-Crypt-OpenSSL-CA/Makefile Mon Apr 17 16:06:12 2017 (r438719)
+++ head/security/p5-Crypt-OpenSSL-CA/Makefile Mon Apr 17 16:06:16 2017 (r438720)
@@ -3,6 +3,7 @@
PORTNAME= Crypt-OpenSSL-CA
PORTVERSION= 0.24
+PORTREVISION= 1
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -32,4 +33,7 @@ USES= perl5 ssl
USE_PERL5= modbuild
CONFIGURE_ARGS= --openssl-cflags=-L${OPENSSLINC} --openssl-ldflags="-I${OPENSSLLIB} ${OPENSSL_LDFLAGS}"
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Crypt/OpenSSL/CA/*/*.so
+
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list