2003-12-28 01:08:32 +01:00
|
|
|
# New ports collection makefile for: Algorithm::SVM
|
|
|
|
# Date created: Dec 27 2003
|
|
|
|
# Whom: Cheng-Lung Sung <clsung@dragon2.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Algorithm-SVM
|
2008-01-31 03:24:08 +01:00
|
|
|
PORTVERSION= 0.13
|
2003-12-28 01:08:32 +01:00
|
|
|
CATEGORIES= devel perl5
|
2008-01-31 03:24:08 +01:00
|
|
|
MASTER_SITES= CPAN
|
2003-12-28 01:08:32 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2004-08-20 04:56:44 +02:00
|
|
|
MAINTAINER= clsung@FreeBSD.org
|
2003-12-28 01:08:32 +01:00
|
|
|
COMMENT= Perl bindings for the libsvm Support Vector Machine library
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Algorithm::SVM.3 \
|
|
|
|
Algorithm::SVM::DataSet.3
|
|
|
|
|
|
|
|
CC= c++
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|