2006-08-03 09:29:03 +02:00
|
|
|
# New ports collection makefile for: p5-Algorithm-SVMLight
|
|
|
|
# Date created: 2006-07-18
|
|
|
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
|
|
|
#
|
|
|
|
# $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-
|
|
|
|
|
2006-12-11 06:29:29 +01:00
|
|
|
MAINTAINER= clsung@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
|
|
|
|
LIB_DEPENDS= svmlight:${PORTSDIR}/science/svmlight
|
|
|
|
|
|
|
|
PERL_MODBUILD= yes
|
|
|
|
|
|
|
|
MAN3= Algorithm::SVMLight.3
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e "s,%%LOCALBASE%%,${LOCALBASE},g" \
|
|
|
|
${WRKSRC}/Build.PL
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|