File: Makefile.PL

package info (click to toggle)
libbio-db-seqfeature-perl 1.7.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,108 kB
  • sloc: perl: 9,675; makefile: 2
file content (127 lines) | stat: -rw-r--r-- 2,965 bytes parent folder | download
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.031.
use strict;
use warnings;

use 5.006;

use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "Normalized feature for use with Bio::DB::SeqFeature::Store",
  "AUTHOR" => "Lincoln Stein <lstein\@cshl.org>, Nathan Weeks <Nathan.Weeks\@ars.usda.gov>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "Bio-DB-SeqFeature",
  "EXE_FILES" => [
    "bin/bp_seqfeature_delete",
    "bin/bp_seqfeature_gff3",
    "bin/bp_seqfeature_load"
  ],
  "LICENSE" => "perl",
  "MIN_PERL_VERSION" => "5.006",
  "NAME" => "Bio::DB::SeqFeature",
  "PREREQ_PM" => {
    "Bio::DB::Fasta" => 0,
    "Bio::DB::GFF::Typename" => 0,
    "Bio::DB::GFF::Util::Rearrange" => 0,
    "Bio::Location::Simple" => 0,
    "Bio::PrimarySeq" => 0,
    "Bio::RangeI" => 0,
    "Bio::Root::Root" => 0,
    "Bio::Seq" => 0,
    "Bio::SeqFeature::CollectionI" => 0,
    "Bio::SeqFeature::Lite" => 0,
    "Carp" => 0,
    "Cwd" => 0,
    "DBI" => 0,
    "DB_File" => 0,
    "Fcntl" => 0,
    "File::Basename" => 0,
    "File::Copy" => 0,
    "File::Glob" => 0,
    "File::Path" => 0,
    "File::Spec" => 0,
    "File::Temp" => 0,
    "Getopt::Long" => 0,
    "IO::File" => 0,
    "MIME::Base64" => 0,
    "Memoize" => 0,
    "Pod::Usage" => 0,
    "Scalar::Util" => 0,
    "Text::ParseWords" => 0,
    "base" => 0,
    "constant" => 0,
    "overload" => 0,
    "strict" => 0,
    "vars" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "Bio::Root::Test" => 0,
    "File::Spec" => 0,
    "IO::Handle" => 0,
    "IPC::Open3" => 0,
    "Test::More" => 0,
    "lib" => 0
  },
  "VERSION" => "1.7.5",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "Bio::DB::Fasta" => 0,
  "Bio::DB::GFF::Typename" => 0,
  "Bio::DB::GFF::Util::Rearrange" => 0,
  "Bio::Location::Simple" => 0,
  "Bio::PrimarySeq" => 0,
  "Bio::RangeI" => 0,
  "Bio::Root::Root" => 0,
  "Bio::Root::Test" => 0,
  "Bio::Seq" => 0,
  "Bio::SeqFeature::CollectionI" => 0,
  "Bio::SeqFeature::Lite" => 0,
  "Carp" => 0,
  "Cwd" => 0,
  "DBI" => 0,
  "DB_File" => 0,
  "Fcntl" => 0,
  "File::Basename" => 0,
  "File::Copy" => 0,
  "File::Glob" => 0,
  "File::Path" => 0,
  "File::Spec" => 0,
  "File::Temp" => 0,
  "Getopt::Long" => 0,
  "IO::File" => 0,
  "IO::Handle" => 0,
  "IPC::Open3" => 0,
  "MIME::Base64" => 0,
  "Memoize" => 0,
  "Pod::Usage" => 0,
  "Scalar::Util" => 0,
  "Test::More" => 0,
  "Text::ParseWords" => 0,
  "base" => 0,
  "constant" => 0,
  "lib" => 0,
  "overload" => 0,
  "strict" => 0,
  "vars" => 0,
  "warnings" => 0
);


unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) {
  delete $WriteMakefileArgs{TEST_REQUIRES};
  delete $WriteMakefileArgs{BUILD_REQUIRES};
  $WriteMakefileArgs{PREREQ_PM} = \%FallbackPrereqs;
}

delete $WriteMakefileArgs{CONFIGURE_REQUIRES}
  unless eval { ExtUtils::MakeMaker->VERSION(6.52) };

WriteMakefile(%WriteMakefileArgs);