svn commit: r464664 - head/math/p5-Math-VectorReal

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Mar 16 09:03:16 UTC 2018


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


More information about the svn-ports-all mailing list