svn commit: r493157 - head/www/p5-Catalyst-Plugin-Session-Store-DBI

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Feb 17 09:00:49 UTC 2019


Author: amdmi3
Date: Sun Feb 17 09:00:48 2019
New Revision: 493157
URL: https://svnweb.freebsd.org/changeset/ports/493157

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

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

Modified: head/www/p5-Catalyst-Plugin-Session-Store-DBI/Makefile
==============================================================================
--- head/www/p5-Catalyst-Plugin-Session-Store-DBI/Makefile	Sun Feb 17 07:46:40 2019	(r493156)
+++ head/www/p5-Catalyst-Plugin-Session-Store-DBI/Makefile	Sun Feb 17 09:00:48 2019	(r493157)
@@ -11,6 +11,9 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Store your sessions in a database
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	p5-Catalyst-Plugin-Session>=0:www/p5-Catalyst-Plugin-Session \
 		p5-Catalyst-Runtime>=5.49:www/p5-Catalyst-Runtime \
@@ -20,5 +23,6 @@ RUN_DEPENDS=	p5-Catalyst-Plugin-Session>=0:www/p5-Cata
 
 USES=		perl5
 USE_PERL5=	configure
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list