8bfe866d8a
- Pass maintainership to submitter - While I'm here, fix LICENSE PR: ports/190238 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
19 lines
361 B
Makefile
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>
|