1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

www/p5-HTML-Parser: Strip shared library

- Bump PORTREVISION for package change
This commit is contained in:
Po-Chuan Hsieh 2021-09-19 13:31:35 +08:00
parent 2d7458b0d8
commit a9cd3f80df
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B

View File

@ -2,6 +2,7 @@
PORTNAME= HTML-Parser
PORTVERSION= 3.76
PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@ -20,4 +21,7 @@ RUN_DEPENDS= p5-HTML-Tagset>=0:www/p5-HTML-Tagset \
USES= perl5
USE_PERL5= configure
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/HTML/Parser/Parser.so
.include <bsd.port.mk>