blob: fbcc956dbc08deaf3d96651ed7bfee890c7ef578 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# New ports collection makefile for: p5-Algorithm-SVMLight
# Date created: 2006-07-18
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= Algorithm-SVMLight
PORTVERSION= 0.07
CATEGORIES= science perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= clsung@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
PERL_MODBUILD= yes
MAN3= Algorithm::SVMLight.3
post-patch:
@${REINPLACE_CMD} -e "s,%%LOCALBASE%%,${LOCALBASE},g" \
${WRKSRC}/Build.PL
.include <bsd.port.mk>
|