svn commit: r475234 - head/devel/p5-Parallel-Iterator

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jul 24 09:07:50 UTC 2018


Author: amdmi3
Date: Tue Jul 24 09:07:49 2018
New Revision: 475234
URL: https://svnweb.freebsd.org/changeset/ports/475234

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

Modified:
  head/devel/p5-Parallel-Iterator/Makefile

Modified: head/devel/p5-Parallel-Iterator/Makefile
==============================================================================
--- head/devel/p5-Parallel-Iterator/Makefile	Tue Jul 24 08:55:36 2018	(r475233)
+++ head/devel/p5-Parallel-Iterator/Makefile	Tue Jul 24 09:07:49 2018	(r475234)
@@ -11,7 +11,11 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	culot at FreeBSD.org
 COMMENT=	Simple parallel execution
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+
 USES=		perl5
 USE_PERL5=	modbuild
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list