# Created by: Gea-Suan Lin # $FreeBSD: head/science/p5-Algorithm-SVMLight/Makefile 361812 2014-07-14 18:42:04Z bapt $ 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= libsvmlight.so:${PORTSDIR}/science/svmlight USES= perl5 USE_PERL5= modbuild post-patch: @${REINPLACE_CMD} -e "s,%%LOCALBASE%%,${LOCALBASE},g" \ ${WRKSRC}/Build.PL .include