Index: head/textproc/p5-CSS-Minifier-XS/Makefile =================================================================== --- head/textproc/p5-CSS-Minifier-XS/Makefile (revision 394489) +++ head/textproc/p5-CSS-Minifier-XS/Makefile (revision 394490) @@ -1,24 +1,27 @@ # Created by: Sergey Skvortsov # $FreeBSD$ PORTNAME= CSS-Minifier-XS PORTVERSION= 0.09 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= XS based CSS minifier LICENSE= ART10 GPLv1 LICENSE_COMB= dual TEST_DEPENDS= p5-CSS-Minifier>=0:${PORTSDIR}/textproc/p5-CSS-Minifier \ p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod \ p5-Test-Pod-Coverage>=1:${PORTSDIR}/devel/p5-Test-Pod-Coverage USE_PERL5= configure USES= perl5 + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/CSS/Minifier/XS/XS.so .include