Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Feb 2019 09:00:51 +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: r493746 - head/www/p5-Catalyst-Plugin-Authentication
Message-ID:  <201902240900.x1O90pGF054170@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sun Feb 24 09:00:51 2019
New Revision: 493746
URL: https://svnweb.freebsd.org/changeset/ports/493746

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

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

Modified: head/www/p5-Catalyst-Plugin-Authentication/Makefile
==============================================================================
--- head/www/p5-Catalyst-Plugin-Authentication/Makefile	Sun Feb 24 07:07:05 2019	(r493745)
+++ head/www/p5-Catalyst-Plugin-Authentication/Makefile	Sun Feb 24 09:00:51 2019	(r493746)
@@ -12,6 +12,9 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Infrastructure plugin for the Catalyst authentication framework
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	p5-Catalyst-Plugin-Session>=0.10:www/p5-Catalyst-Plugin-Session \
 		p5-Catalyst-Runtime>=0:www/p5-Catalyst-Runtime \
@@ -32,5 +35,6 @@ PORTSCOUT=	skipv:0.100091,0.100092
 
 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?201902240900.x1O90pGF054170>