4afb8fb039
This module uses the a modified version of the Porter Stemming Algorithm to return a stemmed word
24 lines
457 B
Makefile
24 lines
457 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2004/12/30 03:01:02 msf Exp $
|
|
|
|
COMMENT= "French language stemming"
|
|
|
|
DISTNAME= Lingua-Stem-Fr-0.02
|
|
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>
|