1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup perl5 1.0 |
---|
5 | |
---|
6 | revision 1 |
---|
7 | perl5.setup BioPerl 1.6.900 Bio/CJFIELDS/ |
---|
8 | maintainers jason.stajich |
---|
9 | categories-append perl |
---|
10 | platforms darwin |
---|
11 | description Perl Modules for Biology |
---|
12 | |
---|
13 | long_description ${description} |
---|
14 | |
---|
15 | checksums md5 6704531a2b44efb09c00bbdd22371e8a \ |
---|
16 | sha1 849a33d33e281e7b5cd885b433db41c693420077 \ |
---|
17 | rmd160 a23c6528a9501d2b0d567fae4c259f210a9bd47d |
---|
18 | |
---|
19 | supported_archs noarch |
---|
20 | |
---|
21 | depends_lib-append port:p5-algorithm-munkres port:p5-convert-binary-c\ |
---|
22 | port:p5-math-random port:p5-gd-svg port:p5-postscript \ |
---|
23 | port:p5-sort-naturally port:p5-svg port:p5-svg-graph \ |
---|
24 | port:p5-archive-tar port:p5-array-compare port:p5-io-compress \ |
---|
25 | port:p5-dbi port:p5-data-stag port:p5-html-parser \ |
---|
26 | port:p5-html-parser port:p5-io-string port:p5-graph \ |
---|
27 | port:p5-memoize port:p5-module-build port:p5-set-scalar \ |
---|
28 | port:p5-storable port:p5-test-warn port:p5-tie-cacher \ |
---|
29 | port:p5-spreadsheet-writeexcel port:p5-spreadsheet-parseexcel \ |
---|
30 | port:p5-test-simple port:p5-time-hires port:p5-test-exception \ |
---|
31 | port:p5-tree-dag_node port:p5-www-mechanize port:p5-uri \ |
---|
32 | port:p5-xml-dom port:p5-xml-dom-xpath port:p5-xml-libxml \ |
---|
33 | port:p5-xml-parser port:p5-xml-sax port:p5-xml-sax-writer \ |
---|
34 | port:p5-xml-twig port:p5-xml-writer port:expat port:p5-libwww-perl |
---|
35 | |
---|
36 | configure.cmd ${perl5.bin} |
---|
37 | configure.pre_args Build.PL |
---|
38 | configure.env-append PREFIX=${prefix} |
---|
39 | configure.args 'Build Build' installdirs=vendor |
---|
40 | |
---|
41 | build.cmd ${perl5.bin} |
---|
42 | build.pre_args Build |
---|
43 | build.args build |
---|
44 | |
---|
45 | test.pre_args Build |
---|
46 | |
---|
47 | destroot.cmd ${perl5.bin} |
---|
48 | destroot.pre_args Build |
---|
49 | destroot.args install |
---|
50 | destroot.destdir destdir=${destroot} |
---|