forked from GMOD/jbrowse
-
Notifications
You must be signed in to change notification settings - Fork 3
/
dist.ini
37 lines (31 loc) · 831 Bytes
/
dist.ini
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
name = JBrowse
author = Robert Buels <rbuels@cpan.org>
license = Perl_5
version = 1.22
abstract = A modern web-based genome browser.
copyright_holder = The Evolutionary Software Foundation
copyright_year = 2011
[GatherDir]
exclude_filename = Makefile.PL
[@Filter]
-bundle = @RBUELS
-remove = Readme
-remove = PodWeaver
-remove = License
-remove = GatherDir
dist = JBrowse
repository = http://github.com/GMOD/jbrowse
repository_at = github
repository_type = git
homepage_url = http://gmod.org/wiki/JBrowse
[Prereqs]
;; note: most prereqs will be autodiscovered
Bio::Root::Version = 1.006000
Heap::Simple::XS = 0
[Prereqs / Recommends]
Bio::DB::Sam = 0
; [Prereqs / TestRequires]
; DBD::SQLite = 1.14
; Test::Exception = 0.27
; Test::More = 0.87
; SQL::Translator = 0.11005