openbsd-ports/textproc/p5-Lingua-Stem/Makefile
jasper 5eadf4c72f - update to Lingua-Stem-0.84
- zap USE_GROFF
- install examples
2011-05-24 20:59:03 +00:00

30 lines
652 B
Makefile

# $OpenBSD: Makefile,v 1.10 2011/05/24 20:59:03 jasper Exp $
COMMENT= stemming of words
MODULES= cpan
DISTNAME= Lingua-Stem-0.84
CATEGORIES= textproc
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE=modbuild
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= textproc/p5-Lingua-PT-Stemmer \
textproc/p5-Lingua-Stem-Fr \
textproc/p5-Lingua-Stem-It \
textproc/p5-Lingua-Stem-Ru \
textproc/p5-Lingua-Stem-Snowball-Da \
textproc/p5-Lingua-Stem-Snowball-No \
textproc/p5-Lingua-Stem-Snowball-Se \
textproc/p5-Text-German
MODCPAN_EXAMPLES= Yes
.include <bsd.port.mk>