2013-05-31 16:46:48 +02:00
|
|
|
# Created by: Wen Heping <wen@FreeBSD.org>
|
2010-07-01 06:16:41 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Algorithm-KMeans
|
2012-03-08 09:41:36 +01:00
|
|
|
PORTVERSION= 1.40
|
2010-07-01 06:16:41 +02:00
|
|
|
CATEGORIES= math perl5
|
2011-06-21 08:58:49 +02:00
|
|
|
MASTER_SITES= CPAN
|
|
|
|
MASTER_SITE_SUBDIR= CPAN:AVIKAK
|
2010-07-01 06:16:41 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2010-09-06 02:30:45 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2010-07-01 06:16:41 +02:00
|
|
|
COMMENT= Clustering multi-dimensional data with a pure-Perl implementation
|
|
|
|
|
2011-11-28 10:30:15 +01:00
|
|
|
BUILD_DEPENDS= p5-Graphics-GnuplotIF>=1.4:${PORTSDIR}/graphics/p5-Graphics-GnuplotIF \
|
2012-03-08 09:41:36 +01:00
|
|
|
p5-Math-GSL>=0.26:${PORTSDIR}/math/p5-Math-GSL \
|
2011-11-28 10:30:15 +01:00
|
|
|
p5-Math-Random>=0.71:${PORTSDIR}/math/p5-Math-Random
|
|
|
|
RUN_DEPENDS= p5-Graphics-GnuplotIF>=1.4:${PORTSDIR}/graphics/p5-Graphics-GnuplotIF \
|
2012-03-08 09:41:36 +01:00
|
|
|
p5-Math-GSL>=0.26:${PORTSDIR}/math/p5-Math-GSL \
|
2011-11-28 10:30:15 +01:00
|
|
|
p5-Math-Random>=0.71:${PORTSDIR}/math/p5-Math-Random
|
2010-07-01 06:16:41 +02:00
|
|
|
|
2013-08-02 20:52:07 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2010-07-01 06:16:41 +02:00
|
|
|
|
2011-11-28 10:30:15 +01:00
|
|
|
MAN3= Algorithm::KMeans.3
|
|
|
|
|
2010-07-01 06:16:41 +02:00
|
|
|
.include <bsd.port.mk>
|