openbsd-ports/textproc/p5-Lingua-EN-Sentence/Makefile
landry 8c7bd284e2 Import p5-Lingua-EN-Sentence from Chris Bennett, needed by
p5-Locale-Maketext-Lexicon upcoming update.

The Lingua::EN::Sentence module contains the function get_sentences,
which splits text into its constituent sentences, based on a regular
expression and a list of abbreviations (built in and given).
Certain well know exceptions, such as abreviations, may cause
incorrect segmentations.

ok sthen@
2012-03-04 20:04:54 +00:00

16 lines
328 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2012/03/04 20:04:54 landry Exp $
COMMENT= module to split text into sentences
MODULES= cpan
DISTNAME= Lingua-EN-Sentence-0.25
CATEGORIES= textproc
# Perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
.include <bsd.port.mk>