Import net-mgmt/networkmgr version 2.2
[dports.git] / math / p5-Algorithm-KMeans / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       Algorithm-KMeans
4 PORTVERSION=    2.05
5 CATEGORIES=     math perl5
6 MASTER_SITES=   CPAN
7 MASTER_SITE_SUBDIR=     CPAN:AVIKAK
8 PKGNAMEPREFIX=  p5-
9
10 MAINTAINER=     perl@FreeBSD.org
11 COMMENT=        Clustering multi-dimensional data with a pure-Perl implementation
12
13 LICENSE=        ART10 GPLv1
14 LICENSE_COMB=   dual
15
16 BUILD_DEPENDS=  p5-Graphics-GnuplotIF>=1.4:graphics/p5-Graphics-GnuplotIF \
17                 p5-Math-GSL>=0.26:math/p5-Math-GSL \
18                 p5-Math-Random>=0.71:math/p5-Math-Random
19 RUN_DEPENDS:=   ${BUILD_DEPENDS}
20
21 USES=           perl5
22 USE_PERL5=      configure
23
24 .include <bsd.port.mk>