svn commit: r495695 - head/math/p5-Bit-Vector-Minimal

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Mar 14 09:01:00 UTC 2019


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


More information about the svn-ports-all mailing list