svn commit: r362781 - head/textproc/p5-Lingua-Stem-Snowball-No

Kurt Jaeger pi at FreeBSD.org
Thu Jul 24 11:08:03 UTC 2014


Author: pi
Date: Thu Jul 24 11:08:02 2014
New Revision: 362781
URL: http://svnweb.freebsd.org/changeset/ports/362781
QAT: https://qat.redports.org/buildarchive/r362781/

Log:
  textproc/p5-Lingua-Stem-Snowball-No: shebangfix
  
  Approved by:	portmgr blanket approval

Modified:
  head/textproc/p5-Lingua-Stem-Snowball-No/Makefile

Modified: head/textproc/p5-Lingua-Stem-Snowball-No/Makefile
==============================================================================
--- head/textproc/p5-Lingua-Stem-Snowball-No/Makefile	Thu Jul 24 11:06:32 2014	(r362780)
+++ head/textproc/p5-Lingua-Stem-Snowball-No/Makefile	Thu Jul 24 11:08:02 2014	(r362781)
@@ -1,8 +1,8 @@
-# Created by: Thorsten Greiner <thorsten.greiner at 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-${PORTVERSI
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Stemmer for Norwegian
 
-USES=		perl5
+USES=		perl5 shebangfix
 USE_PERL5=	configure
+SHEBANG_FILES=	bin/stemmer-no.pl
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list