openbsd-ports/textproc/p5-Lingua-Stem-Ru/Makefile
msf d08417a131 - initial import of Lingua-Stem-Ru-0.01
This module applies the Porter Stemming Algorithm to its parameters,
returning the stemmed words.
2004-12-30 03:08:15 +00:00

24 lines
458 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2004/12/30 03:08:15 msf Exp $
COMMENT= "Russian language stemming"
DISTNAME= Lingua-Stem-Ru-0.01
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/}
CONFIGURE_STYLE=perl
PKG_ARCH= *
.include <bsd.port.mk>