2004-10-14 14:24:04 +02:00
|
|
|
# New ports collection makefile for: textproc/p5-Lingua-Stem-Snowball
|
|
|
|
# Date created: 14 October 2004
|
|
|
|
# Whom: Anton Berezin <tobez@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Lingua-Stem-Snowball
|
2008-09-05 12:38:20 +02:00
|
|
|
PORTVERSION= 0.952
|
2004-10-14 14:24:04 +02:00
|
|
|
CATEGORIES= textproc perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2004-10-14 14:24:04 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= tobez@FreeBSD.org
|
|
|
|
COMMENT= Lingua::Stem::Snowball - Perl interface to Snowball stemmers
|
|
|
|
|
2011-09-17 08:50:17 +02:00
|
|
|
PERL_MODBUILD= yes
|
2004-10-14 14:24:04 +02:00
|
|
|
|
|
|
|
MAN3= Lingua::Stem::Snowball.3
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|