1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name libsbml |
---|
6 | version 4.0.1 |
---|
7 | categories science |
---|
8 | description Systems Biology Markup Language library |
---|
9 | long_description LibSBML is a free, open-source programming library to help you read, write, manipulate, translate, and validate SBML files and data streams. It is not an application itself (though it does come with example programs), but rather a library you can embed in your own applications. |
---|
10 | platforms darwin |
---|
11 | maintainers unmaintained |
---|
12 | homepage http://sbml.org/Software/libSBML |
---|
13 | master_sites sourceforge:project/sbml/${name}/${version}/ |
---|
14 | use_zip yes |
---|
15 | use_parallel_build no |
---|
16 | distname ${name}-${version}-src |
---|
17 | worksrcdir ${name}-${version} |
---|
18 | depends_lib port:xercesc\ |
---|
19 | port:expat \ |
---|
20 | port:libxml2 \ |
---|
21 | port:swig-python |
---|
22 | configure.args-append --with-python |
---|
23 | checksums md5 0bded2508b3be9b150573771a33e5465 \ |
---|
24 | sha1 6bb4dff9827f9a893ed90243c346e451c7ab4d24 \ |
---|
25 | ripemd160 3787215bfc85f10caf935ec9edbc0d5809264565 |
---|