2013-08-02 20:52:07 +02:00
|
|
|
# Created by: Gea-Suan Lin <gslin@gslin.org>
|
2006-08-03 09:29:03 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Algorithm-SVMLight
|
2009-06-06 00:56:07 +02:00
|
|
|
PORTVERSION= 0.09
|
2006-08-03 09:29:03 +02:00
|
|
|
CATEGORIES= science perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2006-08-03 09:29:03 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2012-05-01 03:47:10 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2006-08-03 09:29:03 +02:00
|
|
|
COMMENT= Perl interface to SVMLight Machine-Learning Package
|
|
|
|
|
|
|
|
BUILD_DEPENDS= svmlight>=6.01_2:${PORTSDIR}/science/svmlight
|
2014-07-14 20:42:04 +02:00
|
|
|
LIB_DEPENDS= libsvmlight.so:${PORTSDIR}/science/svmlight
|
2006-08-03 09:29:03 +02:00
|
|
|
|
2013-08-02 20:52:07 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= modbuild
|
2006-08-03 09:29:03 +02:00
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e "s,%%LOCALBASE%%,${LOCALBASE},g" \
|
|
|
|
${WRKSRC}/Build.PL
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|