1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/science/p5-Algorithm-SVMLight/Makefile
2014-02-06 14:07:44 +00:00

24 lines
522 B
Makefile

# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
PORTNAME= Algorithm-SVMLight
PORTVERSION= 0.09
CATEGORIES= science perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl interface to SVMLight Machine-Learning Package
BUILD_DEPENDS= svmlight>=6.01_2:${PORTSDIR}/science/svmlight
LIB_DEPENDS= svmlight:${PORTSDIR}/science/svmlight
USES= perl5
USE_PERL5= modbuild
post-patch:
@${REINPLACE_CMD} -e "s,%%LOCALBASE%%,${LOCALBASE},g" \
${WRKSRC}/Build.PL
.include <bsd.port.mk>