Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Sep 2018 09:08:25 +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: r480092 - head/devel/p5-List-Rotation-Cycle
Message-ID:  <201809190908.w8J98Pr6033464@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Sep 19 09:08:25 2018
New Revision: 480092
URL: https://svnweb.freebsd.org/changeset/ports/480092

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

Modified:
  head/devel/p5-List-Rotation-Cycle/Makefile

Modified: head/devel/p5-List-Rotation-Cycle/Makefile
==============================================================================
--- head/devel/p5-List-Rotation-Cycle/Makefile	Wed Sep 19 08:29:23 2018	(r480091)
+++ head/devel/p5-List-Rotation-Cycle/Makefile	Wed Sep 19 09:08:25 2018	(r480092)
@@ -11,9 +11,13 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Cycle through a list of values
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+
 PORTSCOUT=	limitw:1,even
 
 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?201809190908.w8J98Pr6033464>