Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Mar 2019 09:00:59 +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: r495695 - head/math/p5-Bit-Vector-Minimal
Message-ID:  <201903140900.x2E90xxm035900@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Mar 14 09:00:59 2019
New Revision: 495695
URL: https://svnweb.freebsd.org/changeset/ports/495695

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

Modified:
  head/math/p5-Bit-Vector-Minimal/Makefile

Modified: head/math/p5-Bit-Vector-Minimal/Makefile
==============================================================================
--- head/math/p5-Bit-Vector-Minimal/Makefile	Thu Mar 14 08:41:09 2019	(r495694)
+++ head/math/p5-Bit-Vector-Minimal/Makefile	Thu Mar 14 09:00:59 2019	(r495695)
@@ -11,7 +11,11 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Object-oriented wrapper around Perl's vec()
 
+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?201903140900.x2E90xxm035900>