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 | PortSystem 1.0 |
---|
4 | PortGroup perl5 1.0 |
---|
5 | |
---|
6 | perl5.setup BioPerl 1.6.1 Bio/CJFIELDS/ |
---|
7 | name p5-bioperl |
---|
8 | maintainers tonym.us:tonym openmaintainer |
---|
9 | description Perl Modules for Biology |
---|
10 | |
---|
11 | long_description BioPerl is the product of a community effort to produce Perl code which is \ |
---|
12 | useful in biology. Examples include Sequence objects, Alignment objects and \ |
---|
13 | database searching objects. These objects not only do what they are advertised \ |
---|
14 | to do in the documentation, but they also interact - Alignment objects are made \ |
---|
15 | from the Sequence objects, Sequence objects have access to Annotation and \ |
---|
16 | SeqFeature objects and databases, Blast objects can be converted to Alignment \ |
---|
17 | objects, and so on. This means that the objects provide a coordinated and \ |
---|
18 | extensible framework to do computational biology. |
---|
19 | |
---|
20 | |
---|
21 | checksums md5 aa88f122c10714fd27beea4b70b659ad \ |
---|
22 | sha1 bf08ecafaae82c20e0e32c134005064e99ca4266 \ |
---|
23 | rmd160 46ae82a854a59548550ffbe5b691dbecac1b5ef5 |
---|
24 | |
---|
25 | test.run yes |
---|
26 | test.cmd ./Build |
---|
27 | test.target test |
---|
28 | platforms darwin |
---|
29 | |
---|
30 | depends_lib-append port:p5-module-build port:expat port:p5-libwww-perl |
---|