a5bb930191
- take maintainership Changes: http://search.cpan.org/dist/Lingua-StopWords/Changes
21 lines
420 B
Makefile
21 lines
420 B
Makefile
# New ports collection makefile for: textproc/p5-Lingua-StopWords
|
|
# Date created: 13 October 2004
|
|
# Whom: Anton Berezin <tobez@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Lingua-StopWords
|
|
PORTVERSION= 0.09
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= clsung@FreeBSD.org
|
|
COMMENT= Stop words for several languages
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Lingua::StopWords.3
|
|
|
|
.include <bsd.port.mk>
|