pkgsrc/textproc/p5-Text-DoubleMetaphone/Makefile
dsainty 41c09b35c3 Import p5-Text-DoubleMetaphone version 0.07:
This module implements a "sounds like" algorithm developed by Lawrence
Philips which he published in the June, 2000 issue of C/C++ Users Journal.
Double Metaphone is an improved version of Philips' original Metaphone
algorithm.
2008-10-24 00:30:59 +00:00

20 lines
560 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2008/10/24 00:30:59 dsainty Exp $
#
DISTNAME= Text-DoubleMetaphone-0.07
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
MAINTAINER= dsainty@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Text-DoubleMetaphone/
COMMENT= Double Metaphone "sounds like" algorithm
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= c
PERL5_PACKLIST= auto/Text/DoubleMetaphone/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"