ceaad276c0
Routine for estimating syllable count in words.
17 lines
519 B
Makefile
17 lines
519 B
Makefile
# $NetBSD: Makefile,v 1.1 2015/07/01 02:42:51 rodent Exp $
|
|
|
|
DISTNAME= Lingua-EN-Syllable-0.251
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= perl5 textproc
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Lingua/}
|
|
|
|
MAINTAINER= rodent@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/~gregfast/Lingua-EN-Syllable-0.251/
|
|
COMMENT= Routine for estimating syllable count in words
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PERL5_PACKLIST= auto/Lingua/EN/Syllable/.packlist
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|