svn commit: r480000 - head/devel/p5-Scalar-Listify

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Sep 18 09:08:26 UTC 2018


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 at 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>


More information about the svn-ports-all mailing list