mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
597afc47ba
With hat: portmgr Sponsored by: Absolight
25 lines
520 B
Makefile
25 lines
520 B
Makefile
# Created by: Gea-Suan Lin <gslin@gslin.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Algorithm-SVMLight
|
|
PORTVERSION= 0.09
|
|
PORTREVISION= 1
|
|
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:science/svmlight
|
|
LIB_DEPENDS= libsvmlight.so:science/svmlight
|
|
|
|
USES= perl5
|
|
USE_PERL5= modbuild
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e "s,%%LOCALBASE%%,${LOCALBASE},g" \
|
|
${WRKSRC}/Build.PL
|
|
|
|
.include <bsd.port.mk>
|