Index: head/textproc/p5-Text-Soundex/Makefile =================================================================== --- head/textproc/p5-Text-Soundex/Makefile (revision 394492) +++ head/textproc/p5-Text-Soundex/Makefile (revision 394493) @@ -1,16 +1,20 @@ # Created by: Sunpoet Po-Chuan Hsieh # $FreeBSD$ PORTNAME= Text-Soundex PORTVERSION= 3.04 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Implementation of the soundex algorithm USE_PERL5= configure USES= perl5 + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Text/Soundex/Soundex.so .include