blob: eb77e19669d291cceb027119e1fa1115a831051e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
PORTNAME= Algorithm-SVM
PORTVERSION= 0.13
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= bofh@FreeBSD.org
COMMENT= Perl bindings for the libsvm Support Vector Machine library
WWW= https://metacpan.org/release/Algorithm-SVM
LICENSE= BSD3CLAUSE
USES= perl5
USE_PERL5= configure
CC= ${CXX}
.include <bsd.port.mk>
|