openbsd-ports/textproc/p5-Lingua-Stem/Makefile

30 lines
652 B
Makefile
Raw Normal View History

# $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}
2010-11-20 14:56:47 -05:00
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>