aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Algorithm-SVM/Makefile
blob: 351d1b27635ac6157fa937779f4fdb092dfba4fb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Cheng-Lung Sung	<clsung@dragon2.net>

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

LICENSE=	BSD3CLAUSE

USES=		perl5
USE_PERL5=	configure
CC=		${CXX}

.include <bsd.port.mk>