svn commit: r491697 - head/math/p5-AI-DecisionTree

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Jan 31 09:00:38 UTC 2019


Author: amdmi3
Date: Thu Jan 31 09:00:37 2019
New Revision: 491697
URL: https://svnweb.freebsd.org/changeset/ports/491697

Log:
  - Add LICENSE
  
  Approved by:	portmgr blanket

Modified:
  head/math/p5-AI-DecisionTree/Makefile

Modified: head/math/p5-AI-DecisionTree/Makefile
==============================================================================
--- head/math/p5-AI-DecisionTree/Makefile	Thu Jan 31 07:55:55 2019	(r491696)
+++ head/math/p5-AI-DecisionTree/Makefile	Thu Jan 31 09:00:37 2019	(r491697)
@@ -11,6 +11,10 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Perl module for Automatically Learning Decision Trees
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
 USES=		perl5
 USE_PERL5=	configure
 


More information about the svn-ports-head mailing list