Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Apr 2019 09:01:16 +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: r498707 - head/www/p5-Catalyst-Plugin-Setenv
Message-ID:  <201904120901.x3C91GPt010392@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Apr 12 09:01:15 2019
New Revision: 498707
URL: https://svnweb.freebsd.org/changeset/ports/498707

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

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

Modified: head/www/p5-Catalyst-Plugin-Setenv/Makefile
==============================================================================
--- head/www/p5-Catalyst-Plugin-Setenv/Makefile	Fri Apr 12 08:55:48 2019	(r498706)
+++ head/www/p5-Catalyst-Plugin-Setenv/Makefile	Fri Apr 12 09:01:15 2019	(r498707)
@@ -11,10 +11,14 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Set up the environment from Catalyst's config file
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	p5-Catalyst-Runtime>=5.7000:www/p5-Catalyst-Runtime
 
 USES=		perl5
 USE_PERL5=	modbuild
+NO_ARCH=	yes
 
 .include <bsd.port.mk>



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