Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 May 2014 15:33:35 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r355377 - head/devel/p5-Algorithm-SVM
Message-ID:  <201405261533.s4QFXZd2097640@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon May 26 15:33:35 2014
New Revision: 355377
URL: http://svnweb.freebsd.org/changeset/ports/355377
QAT: https://qat.redports.org/buildarchive/r355377/

Log:
  - Add LICENSE
  - Pass maintainership to submitter
  - While I'm here, fix LICENSE
  
  PR:		ports/190238
  Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>

Modified:
  head/devel/p5-Algorithm-SVM/Makefile

Modified: head/devel/p5-Algorithm-SVM/Makefile
==============================================================================
--- head/devel/p5-Algorithm-SVM/Makefile	Mon May 26 15:33:30 2014	(r355376)
+++ head/devel/p5-Algorithm-SVM/Makefile	Mon May 26 15:33:35 2014	(r355377)
@@ -7,9 +7,11 @@ CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	5u623l20@gmail.com
 COMMENT=	Perl bindings for the libsvm Support Vector Machine library
 
+LICENSE=	BSD3CLAUSE
+
 USES=		perl5
 USE_PERL5=	configure
 CC=		${CXX}



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