pkgsrc/textproc/p5-Text-Soundex/Makefile
2021-05-24 19:49:01 +00:00

19 lines
509 B
Makefile

# $NetBSD: Makefile,v 1.10 2021/05/24 19:54:46 wiz Exp $
DISTNAME= Text-Soundex-3.05
PKGNAME= p5-${DISTNAME}
PKGREVISION= 6
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/release/Text-Soundex
COMMENT= Phonetic algorithm for indexing names by sound
LICENSE= ${PERL5_LICENSE}
CONFLICTS+= perl<5.19.0
PERL5_PACKLIST= auto/Text/Soundex/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"