blob: 59eb109470d56c9f79a96fc6841c72fdfa720bd9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# New ports collection makefile for: Lingua::Stem::Snowball::No
# Date created: 29 Dec 2003
# Whom: 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= A stemmer for Norwegian
PERL_CONFIGURE= yes
MAN3= Lingua::Stem::Snowball::No.3
.include <bsd.port.mk>
|