2004-10-13 20:40:43 +02:00
|
|
|
# New ports collection makefile for: textproc/p5-Lingua-StopWords
|
|
|
|
# Date created: 13 October 2004
|
|
|
|
# Whom: Anton Berezin <tobez@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Lingua-StopWords
|
2008-08-27 06:06:27 +02:00
|
|
|
PORTVERSION= 0.09
|
2004-10-13 20:40:43 +02:00
|
|
|
CATEGORIES= textproc perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2004-10-13 20:40:43 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2008-08-27 06:06:27 +02:00
|
|
|
MAINTAINER= clsung@FreeBSD.org
|
2006-03-20 07:16:14 +01:00
|
|
|
COMMENT= Stop words for several languages
|
2004-10-13 20:40:43 +02:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Lingua::StopWords.3
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|