Ticket #55076: Portfile

File Portfile, 1.4 KB (added by CharlesEGrant (Charles E. Grant), 7 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
3PortSystem          1.0
4
5name                memesuite
6version             4.12.1
7categories          science biology
8platforms           darwin linux
9license             limitedcommercial
10maintainers         cegrant
11description         Motif analysis toolkit
12long_description    MEME-Suite is a collection of tools for the analysis of \
13                    motifs in DNA and proteins.
14homepage            http://meme-suite.org
15master_sites        http://meme-suite.org/meme-software/macports \
16                    http://alternate.meme-suite.org/meme-software/macports
17distfiles           meme-4.12.1.tar.gz
18
19worksrcdir          meme-${version}
20checksums           sha256  c506ba2584666861b9b71f8ee224b32b07d5dd480005af75d6a6f559142a6a62
21
22depends_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
36use_parallel_build  no
37test.run            yes