Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 May 2018 09:04:07 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r470007 - head/textproc/p5-Lingua-Stem-Snowball-No
Message-ID:  <201805150904.w4F947pt029937@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue May 15 09:04:06 2018
New Revision: 470007
URL: https://svnweb.freebsd.org/changeset/ports/470007

Log:
  - Add LICENSE
  - Add NO_ARCH
  
  Approved by:	portmgr blanket

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	Tue May 15 08:45:55 2018	(r470006)
+++ head/textproc/p5-Lingua-Stem-Snowball-No/Makefile	Tue May 15 09:04:06 2018	(r470007)
@@ -9,11 +9,16 @@ MASTER_SITE_SUBDIR=	CPAN:ASKSH
 PKGNAMEPREFIX=	p5-
 DISTNAME=	Snowball-Norwegian-${PORTVERSION}
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Stemmer for Norwegian
 
 USES=		perl5 shebangfix
 USE_PERL5=	configure
 SHEBANG_FILES=	bin/stemmer-no.pl
+NO_ARCH=	yes
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805150904.w4F947pt029937>