df4e1203e4
ok jasper@ (final commit)
28 lines
637 B
Makefile
28 lines
637 B
Makefile
# $OpenBSD: Makefile,v 1.9 2010/12/03 11:46:48 ajacoutot Exp $
|
|
|
|
COMMENT= stemming of words
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Lingua-Stem-0.81
|
|
REVISION= 1
|
|
CATEGORIES= textproc
|
|
USE_GROFF = Yes
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
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
|
|
|
|
.include <bsd.port.mk>
|