freebsd-ports/textproc/p5-Text-Soundex/Makefile
Sunpoet Po-Chuan Hsieh b760e12e9f - Update to 3.05
- Add LICENSE

Changes:	http://search.cpan.org/dist/Text-Soundex/Changes
2015-11-11 16:51:35 +00:00

22 lines
456 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= Text-Soundex
PORTVERSION= 3.05
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Implementation of the soundex algorithm
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
USE_PERL5= configure
USES= perl5
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Text/Soundex/Soundex.so
.include <bsd.port.mk>