19 lines
414 B
Makefile
19 lines
414 B
Makefile
# Created by: Thorsten Greiner <thorsten.greiner@web.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Lingua-Stem-Snowball-No
|
|
PORTVERSION= 1.2
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:ASKSH
|
|
PKGNAMEPREFIX= p5-
|
|
DISTNAME= Snowball-Norwegian-${PORTVERSION}
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Stemmer for Norwegian
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Lingua::Stem::Snowball::No.3
|
|
|
|
.include <bsd.port.mk>
|