Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 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: r480000 - head/devel/p5-Scalar-Listify
Message-ID:  <201809180908.w8I98P13091106@repo.freebsd.org>

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

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

Modified:
  head/devel/p5-Scalar-Listify/Makefile

Modified: head/devel/p5-Scalar-Listify/Makefile
==============================================================================
--- head/devel/p5-Scalar-Listify/Makefile	Tue Sep 18 08:58:46 2018	(r479999)
+++ head/devel/p5-Scalar-Listify/Makefile	Tue Sep 18 09:08:25 2018	(r480000)
@@ -11,7 +11,11 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Poduces an array(ref)? from a scalar value or array ref
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+
 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?201809180908.w8I98P13091106>