Ticket #29252: Portfile.2

File Portfile.2, 892 bytes (added by jmroot (Joshua Root), 12 years ago)
Line 
1# $Id$
2
3PortSystem      1.0
4PortGroup       perl5 1.0
5
6perl5.setup     SVG-Graph 0.02
7license         Artistic-2
8maintainers     bioperl.org:jason openmaintainer
9platforms       darwin
10description    Perl extension for Visualize your data in Scalable Vector \
11               Graphics (SVG) format
12
13long_description ${description}
14
15
16checksums           md5     e922f0b323056ecf306eb8085db283f5 \
17                    sha1    718ba2b521516fe75aefcd1cc9bdaec97f599aef \
18                    rmd160 6ef1aafb1422cd1ca7837a8320ae72f583d27bfe
19
20supported_archs noarch
21
22if {${perl5.major} != ""} {
23    depends_lib-append  port:p${perl5.major}-svg \
24                        port:p${perl5.major}-statistics-descriptive \
25                        port:p${perl5.major}-tree-dag_node \
26                        port:p${perl5.major}-math-spline \
27                        port:p${perl5.major}-math-derivative
28}