Strip shared library

- Bump PORTREVISION for package change
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-07-24 07:27:50 +00:00
parent 93b98cb34b
commit f09966dd16
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=543164

View File

@ -3,6 +3,7 @@
PORTNAME= Apache-DB
PORTVERSION= 0.18
PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@ -18,4 +19,7 @@ RUN_DEPENDS= ${APACHE_PKGNAMEPREFIX}mod_perl2>=0:www/mod_perl2
USES= apache:run,2.2+ perl5
USE_PERL5= configure
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Apache/DB/DB.so
.include <bsd.port.mk>