svn commit: r495778 - head/www/p5-Catalyst-Plugin-Session-FastMmap

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Mar 15 09:01:01 UTC 2019


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


More information about the svn-ports-all mailing list