openbsd-ports/textproc/p5-Lingua-Stem/Makefile
msf 97a58645fd - mark as BROKEN for now. I cannot import Text::German due to Licensing
restrictions. This will remain broken until either the author of Lingua::Stem
  removes the dependency on Text::German or the Text::German author rereleases
  Text::German under an appropriate license.
2004-12-31 20:01:15 +00:00

36 lines
836 B
Makefile

# $OpenBSD: Makefile,v 1.2 2004/12/31 20:01:15 msf Exp $
BROKEN= "Cannot inmport dependency due to licensing issues"
COMMENT= "stemming of words"
DISTNAME= Lingua-Stem-0.81
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
# Artistic
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Lingua/}
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
CONFIGURE_STYLE=perl
PKG_ARCH= *
.include <bsd.port.mk>