Ticket #26468: Portfile.3

File Portfile.3, 1.7 KB (added by jason@…, 13 years ago)

1.6.9 was released, here is a portfile that includes more dependencies

Line 
1# $Id$
2
3PortSystem      1.0
4PortGroup       perl5 1.0
5
6revision        1
7perl5.setup     BioPerl 1.6.900 Bio/CJFIELDS/
8maintainers     jason.stajich
9categories-append   perl
10platforms       darwin
11description   Perl Modules for Biology
12
13long_description ${description}
14
15checksums           md5         6704531a2b44efb09c00bbdd22371e8a \
16                    sha1        849a33d33e281e7b5cd885b433db41c693420077 \
17                    rmd160      a23c6528a9501d2b0d567fae4c259f210a9bd47d
18
19supported_archs noarch
20
21depends_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
36configure.cmd       ${perl5.bin}
37configure.pre_args  Build.PL
38configure.env-append PREFIX=${prefix}
39configure.args      'Build Build' installdirs=vendor
40
41build.cmd           ${perl5.bin}
42build.pre_args      Build
43build.args          build
44
45test.pre_args       Build
46
47destroot.cmd        ${perl5.bin}
48destroot.pre_args   Build
49destroot.args       install
50destroot.destdir    destdir=${destroot}