Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Mar 2019 09:01:02 +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: r496128 - head/www/p5-Catalyst-Plugin-I18N
Message-ID:  <201903180901.x2I912uk089557@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon Mar 18 09:01:02 2019
New Revision: 496128
URL: https://svnweb.freebsd.org/changeset/ports/496128

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

Modified:
  head/www/p5-Catalyst-Plugin-I18N/Makefile

Modified: head/www/p5-Catalyst-Plugin-I18N/Makefile
==============================================================================
--- head/www/p5-Catalyst-Plugin-I18N/Makefile	Mon Mar 18 06:05:22 2019	(r496127)
+++ head/www/p5-Catalyst-Plugin-I18N/Makefile	Mon Mar 18 09:01:02 2019	(r496128)
@@ -11,6 +11,9 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	I18N for Catalyst
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	p5-Catalyst-Runtime>=5.7000:www/p5-Catalyst-Runtime \
 		p5-Locale-Maketext-Lexicon>=0:devel/p5-Locale-Maketext-Lexicon \
@@ -19,5 +22,6 @@ RUN_DEPENDS=	p5-Catalyst-Runtime>=5.7000:www/p5-Cataly
 
 USES=		perl5
 USE_PERL5=	configure
+NO_ARCH=	yes
 
 .include <bsd.port.mk>



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