svn commit: r493746 - head/www/p5-Catalyst-Plugin-Authentication

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Feb 24 09:00:52 UTC 2019


Author: amdmi3
Date: Sun Feb 24 09:00:51 2019
New Revision: 493746
URL: https://svnweb.freebsd.org/changeset/ports/493746

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

Modified:
  head/www/p5-Catalyst-Plugin-Authentication/Makefile

Modified: head/www/p5-Catalyst-Plugin-Authentication/Makefile
==============================================================================
--- head/www/p5-Catalyst-Plugin-Authentication/Makefile	Sun Feb 24 07:07:05 2019	(r493745)
+++ head/www/p5-Catalyst-Plugin-Authentication/Makefile	Sun Feb 24 09:00:51 2019	(r493746)
@@ -12,6 +12,9 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Infrastructure plugin for the Catalyst authentication framework
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	p5-Catalyst-Plugin-Session>=0.10:www/p5-Catalyst-Plugin-Session \
 		p5-Catalyst-Runtime>=0:www/p5-Catalyst-Runtime \
@@ -32,5 +35,6 @@ PORTSCOUT=	skipv:0.100091,0.100092
 
 USES=		perl5
 USE_PERL5=	configure
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list