freebsd-ports/devel/p5-Algorithm-SVM/Makefile
Sunpoet Po-Chuan Hsieh 8bfe866d8a - Add LICENSE
- Pass maintainership to submitter
- While I'm here, fix LICENSE

PR:		ports/190238
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2014-05-26 15:33:35 +00:00

19 lines
361 B
Makefile

# Created by: Cheng-Lung Sung <clsung@dragon2.net>
# $FreeBSD$
PORTNAME= Algorithm-SVM
PORTVERSION= 0.13
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= 5u623l20@gmail.com
COMMENT= Perl bindings for the libsvm Support Vector Machine library
LICENSE= BSD3CLAUSE
USES= perl5
USE_PERL5= configure
CC= ${CXX}
.include <bsd.port.mk>