aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-03-21 18:41:29 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-03-21 19:20:20 +0000
commite52a459dbd25c54aa87919613d374b5496ec621a (patch)
tree7fcb6d1166fd66fd12c9c47257da5b931ce6c6dd
parente91fa3f796a751a461b43cb51bd9d1163fe64ce8 (diff)
downloadports-e52a459dbd25c54aa87919613d374b5496ec621a.tar.gz
ports-e52a459dbd25c54aa87919613d374b5496ec621a.zip
devel/p5-autovivification: Strip shared library
- Bump PORTREVISION for package change
-rw-r--r--devel/p5-autovivification/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/p5-autovivification/Makefile b/devel/p5-autovivification/Makefile
index ec54c205a5fe..ef47db2eb7b9 100644
--- a/devel/p5-autovivification/Makefile
+++ b/devel/p5-autovivification/Makefile
@@ -1,5 +1,6 @@
PORTNAME= autovivification
PORTVERSION= 0.18
+PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:VPIT
@@ -14,4 +15,7 @@ LICENSE= MIT
USES= perl5
USE_PERL5= configure
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/autovivification/autovivification.so
+
.include <bsd.port.mk>