diff --git a/www/p5-HTML-Parser/Makefile b/www/p5-HTML-Parser/Makefile index 3f48479cb08a..84ebb1c161fa 100644 --- a/www/p5-HTML-Parser/Makefile +++ b/www/p5-HTML-Parser/Makefile @@ -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