freebsd-ports/textproc/p5-Lingua-Stem-Snowball-No/Makefile

20 lines
384 B
Makefile
Raw Normal View History

# $FreeBSD$
2013-11-07 04:52:41 +01:00
PORTNAME= Lingua-Stem-Snowball-No
PORTVERSION= 1.2
PORTREVISION= 1
2013-11-07 04:52:41 +01:00
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:ASKSH
2013-11-07 04:52:41 +01:00
PKGNAMEPREFIX= p5-
DISTNAME= Snowball-Norwegian-${PORTVERSION}
2013-11-07 04:52:41 +01:00
MAINTAINER= perl@FreeBSD.org
COMMENT= Stemmer for Norwegian
USES= perl5 shebangfix
USE_PERL5= configure
SHEBANG_FILES= bin/stemmer-no.pl
.include <bsd.port.mk>