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 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name memesuite |
---|
6 | version 4.12.1 |
---|
7 | categories science biology |
---|
8 | platforms darwin linux |
---|
9 | license limitedcommercial |
---|
10 | maintainers cegrant |
---|
11 | description Motif analysis toolkit |
---|
12 | long_description MEME-Suite is a collection of tools for the analysis of \ |
---|
13 | motifs in DNA and proteins. |
---|
14 | homepage http://meme-suite.org |
---|
15 | master_sites http://meme-suite.org/meme-software/macports \ |
---|
16 | http://alternate.meme-suite.org/meme-software/macports |
---|
17 | distfiles meme-4.12.1.tar.gz |
---|
18 | |
---|
19 | worksrcdir meme-${version} |
---|
20 | checksums sha256 c506ba2584666861b9b71f8ee224b32b07d5dd480005af75d6a6f559142a6a62 |
---|
21 | |
---|
22 | depends_lib port:ghostscript \ |
---|
23 | port:libxml2 \ |
---|
24 | port:libxslt \ |
---|
25 | port:perl5.24 \ |
---|
26 | port:p5-file-which \ |
---|
27 | port:p5-html-template \ |
---|
28 | port:p5-html-tree \ |
---|
29 | port:p5-json \ |
---|
30 | port:p5-math-cdf \ |
---|
31 | port:p5-xml-simple \ |
---|
32 | port:python27 \ |
---|
33 | port:py27-gnureadline \ |
---|
34 | port:zlib |
---|
35 | |
---|
36 | use_parallel_build no |
---|
37 | test.run yes |
---|