Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Jan 2019 09:00:37 +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: r491697 - head/math/p5-AI-DecisionTree
Message-ID:  <201901310900.x0V90bd7048549@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901310900.x0V90bd7048549>