Ticket #55076: Portfile.3

File Portfile.3, 1.8 KB (added by CharlesEGrant (Charles E. Grant), 4 years ago)

New version of Portfile for MEME Suite

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             5.1.1
7categories          science biology
8platforms           darwin linux
9license             Noncommercial
10maintainers         uw.edu:cegrant uw.edu:wnoble gmail.com:tlawbailey
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-5.1.1.tar.gz
18
19worksrcdir          meme-${version}
20checksums           rmd160  78e5a6b50bc2a7390fcd6b8210551c2dcf0d55e7 \
21                    sha256  ad3894f09322f20b40847d2b2b8762d348dd461209e08d2e2858395e8069777c \
22                    size    45981474
23
24depends_lib         port:expat \
25                    port:ghostscript \
26                    port:perl5 \
27                    port:p5-file-which \
28                    port:p5-html-template \
29                    port:p5-html-tree \
30                    port:p5-json \
31                    port:p5-math-cdf \
32                    port:p5-xml-parser \
33                    port:p5-xml-simple \
34                    port:python27 \
35                    port:py27-gnureadline \
36                    port:zlib
37
38configure.args      --enable-build-libxml2 \
39                    --enable-build-libxslt \
40                    --with-python=${prefix}/bin/python2.7 \
41                    --with-perl=${prefix}/bin/perl5 \
42                    --with-gs=${prefix}/bin/gs
43
44use_parallel_build  yes
45test.run            yes