1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

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$
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>