de3fc51890
look okay to steven@
28 lines
676 B
Makefile
28 lines
676 B
Makefile
# $OpenBSD: Makefile,v 1.4 2007/01/21 21:46:21 simon Exp $
|
|
|
|
COMMENT= "stemming of words"
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Lingua-Stem-0.81
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
|
|
|
|
# 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>
|