svn commit: r486924 - head/math/p5-Statistics-Regression

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Dec 8 09:01:34 UTC 2018


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


More information about the svn-ports-all mailing list