svn commit: r510191 - head/devel/p5-Term-ReadKey
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Aug 29 23:53:21 UTC 2019
Author: sunpoet
Date: Thu Aug 29 23:53:21 2019
New Revision: 510191
URL: https://svnweb.freebsd.org/changeset/ports/510191
Log:
Strip shared library
- Bump PORTREVISION for package change
Modified:
head/devel/p5-Term-ReadKey/Makefile
Modified: head/devel/p5-Term-ReadKey/Makefile
==============================================================================
--- head/devel/p5-Term-ReadKey/Makefile Thu Aug 29 23:44:14 2019 (r510190)
+++ head/devel/p5-Term-ReadKey/Makefile Thu Aug 29 23:53:21 2019 (r510191)
@@ -3,6 +3,7 @@
PORTNAME= Term-ReadKey
PORTVERSION= 2.38
+PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -16,5 +17,8 @@ LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
+
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Term/ReadKey/ReadKey.so
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list