Ticket #26468: Portfile.4

File Portfile.4, 2.8 KB (added by dbevans (David B. Evans), 9 years ago)

Revised Portfile version 1.6.924

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# $Id$
3
4PortSystem          1.0
5PortGroup           perl5 1.0
6
7perl5.branches      5.16 5.18 5.20
8perl5.setup         BioPerl 1.6.924 Bio/CJFIELDS/
9license             {Artistic-1 GPL}
10maintainers         bioperl.org:jason
11categories-append   science
12platforms           darwin
13description         Modules for Biology
14long_description    ${description}
15
16checksums           rmd160  0723177a285607b95bf32114f6723f74873fe553 \
17                    sha256  616a7546bb3c58504de27304a0f6cb904e18b6bbcdb6a4ec8454f2bd37bb76d0
18
19if {${perl5.major} != ""} {
20    depends_build-append \
21                    port:p${perl5.major}-dbd-sqlite \
22                    port:p${perl5.major}-test-most \
23                    port:p${perl5.major}-uri
24
25    depends_lib-append  \
26                    port:expat \
27                    port:p${perl5.major}-algorithm-munkres \
28                    port:p${perl5.major}-array-compare \
29                    port:p${perl5.major}-convert-binary-c \
30                    port:p${perl5.major}-db_file \
31                    port:p${perl5.major}-dbi \
32                    port:p${perl5.major}-data-stag \
33                    port:p${perl5.major}-error \
34                    port:p${perl5.major}-gd \
35                    port:p${perl5.major}-gd-svg \
36                    port:p${perl5.major}-graph \
37                    port:p${perl5.major}-graphviz \
38                    port:p${perl5.major}-html-parser \
39                    port:p${perl5.major}-html-tableextract \
40                    port:p${perl5.major}-io-string \
41                    port:p${perl5.major}-libwww-perl \
42                    port:p${perl5.major}-list-moreutils \
43                    port:p${perl5.major}-math-cdf \
44                    port:p${perl5.major}-postscript \
45                    port:p${perl5.major}-set-scalar \
46                    port:p${perl5.major}-soap-lite \
47                    port:p${perl5.major}-sort-naturally \
48                    port:p${perl5.major}-spreadsheet-parseexcel \
49                    port:p${perl5.major}-svg \
50                    port:p${perl5.major}-svg-graph \
51                    port:p${perl5.major}-text-parsewords \
52                    port:p${perl5.major}-tree-dag_node \
53                    port:p${perl5.major}-xml-dom \
54                    port:p${perl5.major}-xml-dom-xpath \
55                    port:p${perl5.major}-xml-libxml \
56                    port:p${perl5.major}-xml-parser \
57                    port:p${perl5.major}-xml-sax \
58                    port:p${perl5.major}-xml-sax-writer \
59                    port:p${perl5.major}-xml-simple \
60                    port:p${perl5.major}-xml-twig \
61                    port:p${perl5.major}-xml-writer \
62                    port:p${perl5.major}-yaml
63
64    supported_archs noarch
65    perl5.use_module_build
66}