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

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>