Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Dec 2018 09:01:33 +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: r486924 - head/math/p5-Statistics-Regression
Message-ID:  <201812080901.wB891XwW085149@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sat Dec  8 09:01:33 2018
New Revision: 486924
URL: https://svnweb.freebsd.org/changeset/ports/486924

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

Modified:
  head/math/p5-Statistics-Regression/Makefile

Modified: head/math/p5-Statistics-Regression/Makefile
==============================================================================
--- head/math/p5-Statistics-Regression/Makefile	Sat Dec  8 08:57:11 2018	(r486923)
+++ head/math/p5-Statistics-Regression/Makefile	Sat Dec  8 09:01:33 2018	(r486924)
@@ -11,7 +11,10 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	swills@FreeBSD.org
 COMMENT=	Perl module to perform weighted linear regression
 
+LICENSE=	GPLv1+  # exact version not mentioned
+
 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?201812080901.wB891XwW085149>