Ticket #55076: Portfile.2

File Portfile.2, 1.7 KB (added by kencu (Ken), 7 years ago)

Portfile - v.1

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
11
12description         Motif analysis toolkit
13long_description    MEME-Suite is a collection of tools for the analysis of \
14                    motifs in DNA and proteins.
15homepage            http://meme-suite.org
16
17master_sites        http://meme-suite.org/meme-software/macports \
18                    http://alternate.meme-suite.org/meme-software/macports
19distname            meme-${version}
20
21#worksrcdir          meme-${version}
22checksums           rmd160  87f16c5686924d00a2767f1fe1e56961e9f0d84c \
23                    sha256  c506ba2584666861b9b71f8ee224b32b07d5dd480005af75d6a6f559142a6a62
24
25depends_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
41configure.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
46test.run            yes