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

24 lines
459 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2004/12/30 03:04:57 msf Exp $
COMMENT= "Itialian language stemming"
DISTNAME= Lingua-Stem-It-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>