Index: head/devel/p5-Taint-Util/Makefile =================================================================== --- head/devel/p5-Taint-Util/Makefile (revision 394479) +++ head/devel/p5-Taint-Util/Makefile (revision 394480) @@ -1,17 +1,20 @@ # Created by: Sunpoet Po-Chuan Hsieh # $FreeBSD$ PORTNAME= Taint-Util PORTVERSION= 0.08 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Test for and flip the taint flag without regex matches or eval USE_PERL5= configure USES= perl5 + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Taint/Util/Util.so .include