textproc/p5-Lingua-Stem-Snowball-No: shebangfix

Approved by:	portmgr blanket approval
This commit is contained in:
Kurt Jaeger 2014-07-24 11:08:02 +00:00
parent 3f03686b74
commit f79f8b88b9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362781

View file

@ -1,8 +1,8 @@
# Created by: Thorsten Greiner <thorsten.greiner@web.de>
# $FreeBSD$ # $FreeBSD$
PORTNAME= Lingua-Stem-Snowball-No PORTNAME= Lingua-Stem-Snowball-No
PORTVERSION= 1.2 PORTVERSION= 1.2
PORTREVISION= 1
CATEGORIES= textproc perl5 CATEGORIES= textproc perl5
MASTER_SITES= CPAN MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:ASKSH MASTER_SITE_SUBDIR= CPAN:ASKSH
@ -12,7 +12,8 @@ DISTNAME= Snowball-Norwegian-${PORTVERSION}
MAINTAINER= perl@FreeBSD.org MAINTAINER= perl@FreeBSD.org
COMMENT= Stemmer for Norwegian COMMENT= Stemmer for Norwegian
USES= perl5 USES= perl5 shebangfix
USE_PERL5= configure USE_PERL5= configure
SHEBANG_FILES= bin/stemmer-no.pl
.include <bsd.port.mk> .include <bsd.port.mk>