openbsd-ports/textproc/p5-Lingua-EN-Syllable/Makefile
jasper d35808efd7 import p5-Lingua-EN-Syllable 0.251
Lingua::EN::Syllable::syllable() estimates the number of syllables in
the word passed to it.
2009-11-04 13:19:44 +00:00

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>