Ravenports generated: 04 Oct 2017 12:10
[ravenports.git] / bucket_BE / perl-Algorithm-Kmeanspp
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               perl-Algorithm-Kmeanspp
4 VERSION=                0.03
5 KEYWORDS=               perl
6 VARIANTS=               526 524
7 SDESC[524]=             Perl implementation of K-means++ (v524)
8 SDESC[526]=             Perl implementation of K-means++ (v526)
9 HOMEPAGE=               none
10 CONTACT=                Perl_Automaton[perl@ironwolf.systems]
11
12 DOWNLOAD_GROUPS=        main
13 SITES[main]=            CPAN/ID:F/FU/FUJISAWA
14 DISTFILE[1]=            Algorithm-Kmeanspp-0.03.tar.gz:main
15 DF_INDEX=               1
16 SPKGS[524]=             single
17 SPKGS[526]=             single
18
19 OPTIONS_AVAILABLE=      PERL_526 PERL_524
20 OPTIONS_STANDARD=       none
21 VOPTS[524]=             PERL_526=OFF PERL_524=ON
22 VOPTS[526]=             PERL_526=ON PERL_524=OFF
23
24 DISTNAME=               Algorithm-Kmeanspp-0.03
25
26 GENERATED=              yes
27
28 SINGLE_JOB=             yes
29
30 [PERL_526].USES_ON=                     perl:526,configure
31
32 [PERL_524].USES_ON=                     perl:524,configure
33
34 [FILE:33:descriptions/desc.single]
35 perl implementation of K-means++
36
37
38 [FILE:109:distinfo]
39 fc3650835685e82b503c8208db194c8e1cd6f38b5e4252c15b3173aa427c25a7        23263 Algorithm-Kmeanspp-0.03.tar.gz
40
41
42 [FILE:188:patches/patch-Makefile.PL]
43 --- Makefile.PL.orig    2009-10-07 14:06:37 UTC
44 +++ Makefile.PL
45 @@ -10,6 +10,5 @@ tests 't/*.t';
46  author_tests 'xt';
47  
48  build_requires 'Test::More';
49 -use_test_base;
50  auto_include;
51  WriteAll;
52