Ticket #24022: Portfile

File Portfile, 1.5 KB (added by tonym@…, 14 years ago)

Portfile

Line 
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$
3PortSystem            1.0
4PortGroup             perl5 1.0
5
6perl5.setup           BioPerl 1.6.1 Bio/CJFIELDS/
7name                  p5-bioperl
8maintainers           tonym.us:tonym openmaintainer
9description           Perl Modules for Biology
10
11long_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
21checksums             md5     aa88f122c10714fd27beea4b70b659ad \
22                      sha1    bf08ecafaae82c20e0e32c134005064e99ca4266 \
23                      rmd160  46ae82a854a59548550ffbe5b691dbecac1b5ef5
24
25test.run              yes
26test.cmd              ./Build
27test.target           test
28platforms             darwin
29
30depends_lib-append    port:p5-module-build port:expat