aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpi <pi@FreeBSD.org>2014-07-24 19:08:02 +0800
committerpi <pi@FreeBSD.org>2014-07-24 19:08:02 +0800
commit319bc983d4f74c9aa9ebfeb3a60ee5bfe11429c8 (patch)
tree9b5400ea66be8e430af3b9c3d7920408e3e128cb
parent22047783df88be6dabeed7964375f5a3d8b9de4d (diff)
downloadfreebsd-ports-gnome-319bc983d4f74c9aa9ebfeb3a60ee5bfe11429c8.tar.gz
freebsd-ports-gnome-319bc983d4f74c9aa9ebfeb3a60ee5bfe11429c8.tar.zst
freebsd-ports-gnome-319bc983d4f74c9aa9ebfeb3a60ee5bfe11429c8.zip
textproc/p5-Lingua-Stem-Snowball-No: shebangfix
Approved by: portmgr blanket approval
-rw-r--r--textproc/p5-Lingua-Stem-Snowball-No/Makefile5
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>