openbsd-ports/textproc/p5-Lingua-PT-Stemmer/Makefile
msf 1517a500ca - initial import of Lingua-PT-Stemmer-0.01
This module implements a Portuguese stemming algorithm proposed in the
paper A Stemming Algorithm for the Portuguese Language by Moreira, V.
and Huyck, C.
2004-12-30 02:57:51 +00:00

24 lines
464 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2004/12/30 02:57:51 msf Exp $
COMMENT= "Portuguese language stemming"
DISTNAME= Lingua-PT-Stemmer-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>