mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
16 lines
266 B
Makefile
16 lines
266 B
Makefile
COMMENT= measure readability of English text
|
|
|
|
DISTNAME = Lingua-EN-Fathom-1.27
|
|
CATEGORIES= textproc
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
|
|
# perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
RUN_DEPENDS= textproc/p5-Lingua-EN-Syllable \
|
|
textproc/p5-Lingua-EN-Sentence
|
|
|
|
.include <bsd.port.mk>
|