18 lines
377 B
Makefile
18 lines
377 B
Makefile
# Created by: Thorsten Greiner <thorsten.greiner@web.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Lingua-Stem-Snowball-Se
|
|
PORTVERSION= 1.2
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:ASKSH
|
|
PKGNAMEPREFIX= p5-
|
|
DISTNAME= Snowball-Swedish-${PORTVERSION}
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Stemmer for Swedish
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|