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 | |
---|
12 | description Motif analysis toolkit |
---|
13 | long_description MEME-Suite is a collection of tools for the analysis of \ |
---|
14 | motifs in DNA and proteins. |
---|
15 | homepage http://meme-suite.org |
---|
16 | |
---|
17 | master_sites http://meme-suite.org/meme-software/macports \ |
---|
18 | http://alternate.meme-suite.org/meme-software/macports |
---|
19 | distname meme-${version} |
---|
20 | |
---|
21 | #worksrcdir meme-${version} |
---|
22 | checksums rmd160 87f16c5686924d00a2767f1fe1e56961e9f0d84c \ |
---|
23 | sha256 c506ba2584666861b9b71f8ee224b32b07d5dd480005af75d6a6f559142a6a62 |
---|
24 | |
---|
25 | depends_lib port:ghostscript \ |
---|
26 | port:libxml2 \ |
---|
27 | port:libxslt \ |
---|
28 | port:perl5.24 \ |
---|
29 | port:p5.24-file-which \ |
---|
30 | port:p5.24-html-template \ |
---|
31 | port:p5.24-html-tree \ |
---|
32 | port:p5.24-json \ |
---|
33 | port:p5.24-math-cdf \ |
---|
34 | port:p5.24-xml-simple \ |
---|
35 | port:p5.24-soap-lite \ |
---|
36 | port:p5.24-log-log4perl \ |
---|
37 | port:python27 \ |
---|
38 | port:py27-gnureadline \ |
---|
39 | port:zlib |
---|
40 | |
---|
41 | configure.args --with-python=${prefix}/bin/python2.7 \ |
---|
42 | --with-perl=${prefix}/bin/perl5.24 \ |
---|
43 | --with-gs=${prefix}/bin/gs |
---|
44 | |
---|
45 | # use_parallel_build no |
---|
46 | test.run yes |
---|