svn commit: r498083 - head/www/p5-Catalyst-Plugin-Session-State-Cookie

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Apr 6 09:01:13 UTC 2019


Author: amdmi3
Date: Sat Apr  6 09:01:12 2019
New Revision: 498083
URL: https://svnweb.freebsd.org/changeset/ports/498083

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

Modified:
  head/www/p5-Catalyst-Plugin-Session-State-Cookie/Makefile

Modified: head/www/p5-Catalyst-Plugin-Session-State-Cookie/Makefile
==============================================================================
--- head/www/p5-Catalyst-Plugin-Session-State-Cookie/Makefile	Sat Apr  6 08:52:47 2019	(r498082)
+++ head/www/p5-Catalyst-Plugin-Session-State-Cookie/Makefile	Sat Apr  6 09:01:12 2019	(r498083)
@@ -11,6 +11,9 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	kuriyama at FreeBSD.org
 COMMENT=	Stores a Catalyst Session in a Cookie
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	\
 	p5-Catalyst-Runtime>=5.80005:www/p5-Catalyst-Runtime \
@@ -21,6 +24,7 @@ RUN_DEPENDS=	\
 
 USES=		perl5
 USE_PERL5=	configure extract
+NO_ARCH=	yes
 
 post-extract:
 	@${PERL} -i.bak -ne 'print unless m,Test::,' ${WRKSRC}/Makefile.PL


More information about the svn-ports-head mailing list