d35808efd7
Lingua::EN::Syllable::syllable() estimates the number of syllables in the word passed to it.
18 lines
333 B
Makefile
18 lines
333 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2009/11/04 13:19:44 jasper Exp $
|
|
|
|
COMMENT= outine for estimating syllable count in words
|
|
|
|
DISTNAME= Lingua-EN-Syllable-0.251
|
|
|
|
CATEGORIES= textproc
|
|
|
|
MODULES= cpan
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|