ports/devel/p5-Algorithm-SVM/Makefile
2014-03-01 00:51:22 +00:00

17 lines
339 B
Makefile

# Created by: Cheng-Lung Sung <clsung@dragon2.net>
# $FreeBSD$
PORTNAME= Algorithm-SVM
PORTVERSION= 0.13
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= Perl bindings for the libsvm Support Vector Machine library
USES= perl5
USE_PERL5= configure
CC= ${CXX}
.include <bsd.port.mk>