Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Mar 2018 09:03:15 +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: r464664 - head/math/p5-Math-VectorReal
Message-ID:  <201803160903.w2G93FW5077539@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Mar 16 09:03:15 2018
New Revision: 464664
URL: https://svnweb.freebsd.org/changeset/ports/464664

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

Modified:
  head/math/p5-Math-VectorReal/Makefile

Modified: head/math/p5-Math-VectorReal/Makefile
==============================================================================
--- head/math/p5-Math-VectorReal/Makefile	Fri Mar 16 08:33:15 2018	(r464663)
+++ head/math/p5-Math-VectorReal/Makefile	Fri Mar 16 09:03:15 2018	(r464664)
@@ -11,7 +11,11 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Perl Module to handle 3D Vector Mathematics
 
+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?201803160903.w2G93FW5077539>