svn commit: r498545 - head/www/p5-Catalyst-Plugin-Session-Store-Cache

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Apr 10 09:01:15 UTC 2019


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 at 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>


More information about the svn-ports-all mailing list