Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Mar 2019 09:01:00 +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: r495778 - head/www/p5-Catalyst-Plugin-Session-FastMmap
Message-ID:  <201903150901.x2F910xP096036@repo.freebsd.org>

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

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

Modified:
  head/www/p5-Catalyst-Plugin-Session-FastMmap/Makefile

Modified: head/www/p5-Catalyst-Plugin-Session-FastMmap/Makefile
==============================================================================
--- head/www/p5-Catalyst-Plugin-Session-FastMmap/Makefile	Fri Mar 15 08:47:18 2019	(r495777)
+++ head/www/p5-Catalyst-Plugin-Session-FastMmap/Makefile	Fri Mar 15 09:01:00 2019	(r495778)
@@ -12,6 +12,9 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	FastMmap sessions for Catalyst
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	p5-Cache-FastMmap>0:devel/p5-Cache-FastMmap \
 		p5-Catalyst-Runtime>2.99:www/p5-Catalyst-Runtime \
@@ -23,5 +26,6 @@ RUN_DEPENDS=	p5-Cache-FastMmap>0:devel/p5-Cache-FastMm
 
 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?201903150901.x2F910xP096036>