aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Lingua-Stem-Snowball-No/Makefile
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2014-07-24 11:08:02 +0000
committerKurt Jaeger <pi@FreeBSD.org>2014-07-24 11:08:02 +0000
commitf79f8b88b9e92f14315359b54c00bff01bbd65dd (patch)
tree9b5400ea66be8e430af3b9c3d7920408e3e128cb /textproc/p5-Lingua-Stem-Snowball-No/Makefile
parent3f03686b746dffd291d6575b7a9686bae49584ba (diff)
downloadports-f79f8b88b9e92f14315359b54c00bff01bbd65dd.tar.gz
ports-f79f8b88b9e92f14315359b54c00bff01bbd65dd.zip
textproc/p5-Lingua-Stem-Snowball-No: shebangfix
Approved by: portmgr blanket approval
Notes
Notes: svn path=/head/; revision=362781
Diffstat (limited to 'textproc/p5-Lingua-Stem-Snowball-No/Makefile')
-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>