1PORTNAME= Text-Soundex 2PORTVERSION= 3.05 3CATEGORIES= textproc perl5 4MASTER_SITES= CPAN 5PKGNAMEPREFIX= p5- 6 7MAINTAINER= ports@MidnightBSD.org 8COMMENT= Implementation of the soundex algorithm 9WWW= https://metacpan.org/release/Text-Soundex 10 11LICENSE= artistic gpl+ 12LICENSE_COMB= dual 13 14USE_PERL5= configure 15USES= perl5 16 17post-install: 18 ${STRIP_CMD} ${PREFIX}/${SITE_ARCH_REL}/auto/Text/Soundex/Soundex.so 19 20.include <bsd.port.mk> 21