diff options
-rw-r--r-- | textproc/p5-Lingua-Stem-Snowball-No/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/p5-Lingua-Stem-Snowball-No/Makefile b/textproc/p5-Lingua-Stem-Snowball-No/Makefile index bbc29a00548e..34b290fc416d 100644 --- a/textproc/p5-Lingua-Stem-Snowball-No/Makefile +++ b/textproc/p5-Lingua-Stem-Snowball-No/Makefile @@ -1,8 +1,8 @@ -# Created by: Thorsten Greiner <thorsten.greiner@web.de> # $FreeBSD$ PORTNAME= Lingua-Stem-Snowball-No PORTVERSION= 1.2 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:ASKSH @@ -12,7 +12,8 @@ DISTNAME= Snowball-Norwegian-${PORTVERSION} MAINTAINER= perl@FreeBSD.org COMMENT= Stemmer for Norwegian -USES= perl5 +USES= perl5 shebangfix USE_PERL5= configure +SHEBANG_FILES= bin/stemmer-no.pl .include <bsd.port.mk> |