svn commit: r355377 - head/devel/p5-Algorithm-SVM

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon May 26 15:33:37 UTC 2014


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 at 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 at FreeBSD.org
+MAINTAINER=	5u623l20 at gmail.com
 COMMENT=	Perl bindings for the libsvm Support Vector Machine library
 
+LICENSE=	BSD3CLAUSE
+
 USES=		perl5
 USE_PERL5=	configure
 CC=		${CXX}


More information about the svn-ports-all mailing list