openbsd-ports/textproc/p5-Lingua-EN-Fathom/Makefile
jasper 9954594f05 import p5-Lingua-EN-Fathom 1.12
This module analyses English text in either a string or file. Totals are
then calculated for the number of characters, words, sentences, blank
and non blank (text) lines and paragraphs.

Three common readability statistics are also derived, the Fog, Flesch
and Kincaid indices.
2009-11-04 13:20:55 +00:00

19 lines
367 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2009/11/04 13:20:55 jasper Exp $
COMMENT= measure readability of English text
DISTNAME= Lingua-EN-Fathom-1.12
CATEGORIES= textproc
MODULES= cpan
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= ::textproc/p5-Lingua-EN-Syllable
.include <bsd.port.mk>