1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup perl5 1.0 |
---|
6 | |
---|
7 | perl5.setup BioPerl 1.6.1 Bio/CJFIELDS/ |
---|
8 | name p5-bioperl |
---|
9 | maintainers tonym.us:tonym openmaintainer |
---|
10 | platforms darwin |
---|
11 | |
---|
12 | description Perl Modules for Biology |
---|
13 | |
---|
14 | long_description BioPerl is the product of a community effort to produce \ |
---|
15 | Perl code which is useful in biology. Examples include \ |
---|
16 | Sequence objects, Alignment objects and database \ |
---|
17 | searching objects. These objects not only do what they \ |
---|
18 | are advertised to do in the documentation, but they also \ |
---|
19 | interact - Alignment objects are made from the Sequence \ |
---|
20 | objects, Sequence objects have access to Annotation and \ |
---|
21 | SeqFeature objects and databases, Blast objects can be \ |
---|
22 | converted to Alignment objects, and so on. This means \ |
---|
23 | that the objects provide a coordinated and extensible \ |
---|
24 | framework to do computational biology. |
---|
25 | |
---|
26 | checksums md5 aa88f122c10714fd27beea4b70b659ad \ |
---|
27 | sha1 bf08ecafaae82c20e0e32c134005064e99ca4266 \ |
---|
28 | rmd160 46ae82a854a59548550ffbe5b691dbecac1b5ef5 |
---|
29 | |
---|
30 | depends_lib-append port:expat \ |
---|
31 | port:p5-data-stag \ |
---|
32 | port:p5-io-string \ |
---|
33 | port:p5-module-build \ |
---|
34 | port:p5-libwww-perl |
---|
35 | |
---|
36 | # p5-libwww-perl is not universal |
---|
37 | universal_variant no |
---|
38 | |
---|
39 | test.run yes |
---|
40 | test.cmd ./Build |
---|
41 | test.target test |
---|