Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Apr 2019 09:01:14 +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: r498545 - head/www/p5-Catalyst-Plugin-Session-Store-Cache
Message-ID:  <201904100901.x3A91EGC082339@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Apr 10 09:01:14 2019
New Revision: 498545
URL: https://svnweb.freebsd.org/changeset/ports/498545

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

Modified:
  head/www/p5-Catalyst-Plugin-Session-Store-Cache/Makefile

Modified: head/www/p5-Catalyst-Plugin-Session-Store-Cache/Makefile
==============================================================================
--- head/www/p5-Catalyst-Plugin-Session-Store-Cache/Makefile	Wed Apr 10 08:21:43 2019	(r498544)
+++ head/www/p5-Catalyst-Plugin-Session-Store-Cache/Makefile	Wed Apr 10 09:01:14 2019	(r498545)
@@ -11,10 +11,14 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Store sessions using a Catalyst::Plugin::Cache
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	p5-Catalyst-Plugin-Session>=0.06:www/p5-Catalyst-Plugin-Session
 
 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?201904100901.x3A91EGC082339>