forked from bioconda/bioconda-recipes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
meta.yaml
63 lines (54 loc) · 1.45 KB
/
meta.yaml
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
package:
name: perl-module-build
version: "0.4214"
source:
fn: Module-Build-0.4214.tar.gz
url: https://cpan.metacpan.org/authors/id/L/LE/LEONT/Module-Build-0.4214.tar.gz
md5: 7b7ca5a47bef48c50c8b5906ca3ac7fb
# patches:
# List any patch files here
# - fix.patch
build:
number: 2
skip: False
requirements:
build:
- gcc
- perl-threaded >=5.22.0
run:
- libgcc
- perl-threaded >=5.22.0
test:
# Perl 'use' tests
imports:
- Module::Build
- Module::Build::Base
- Module::Build::Compat
- Module::Build::Config
- Module::Build::Cookbook
- Module::Build::Dumper
- Module::Build::Notes
- Module::Build::PPMMaker
- Module::Build::Platform::Default
- Module::Build::Platform::MacOS
- Module::Build::Platform::Unix
- Module::Build::Platform::VMS
- Module::Build::Platform::VOS
- Module::Build::Platform::Windows
- Module::Build::Platform::aix
- Module::Build::Platform::cygwin
- Module::Build::Platform::darwin
- Module::Build::Platform::os2
- Module::Build::PodParser
# You can also put a file called run_test.pl (or run_test.py) in the recipe
# that will be run at test time.
# requires:
# Put any additional test requirements here. For example
# - nose
about:
home: http://metacpan.org/pod/Module-Build
license: perl_5
summary: 'Build and install Perl modules'
# See
# http://docs.continuum.io/conda/build.html for
# more information about meta.yaml