svn commit: r480558 - head/math/p5-Set-IntSpan

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Sep 24 09:08:29 UTC 2018


Author: amdmi3
Date: Mon Sep 24 09:08:28 2018
New Revision: 480558
URL: https://svnweb.freebsd.org/changeset/ports/480558

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

Modified:
  head/math/p5-Set-IntSpan/Makefile

Modified: head/math/p5-Set-IntSpan/Makefile
==============================================================================
--- head/math/p5-Set-IntSpan/Makefile	Mon Sep 24 08:44:44 2018	(r480557)
+++ head/math/p5-Set-IntSpan/Makefile	Mon Sep 24 09:08:28 2018	(r480558)
@@ -11,7 +11,11 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	danilo at FreeBSD.org
 COMMENT=	Manages sets of integers
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+
 USES=		perl5
 USE_PERL5=	configure
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list