You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
38 lines
1.5 KiB
Tcl
38 lines
1.5 KiB
Tcl
# -*- 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
|
|
|
|
PortSystem 1.0
|
|
PortGroup perl5 1.0
|
|
|
|
perl5.branches 5.28 5.30 5.32 5.34
|
|
perl5.setup Bio-Phylo v2.0.2 ../../authors/id/R/RV/RVOSA
|
|
revision 0
|
|
license {Artistic-1 GPL}
|
|
categories-append science
|
|
maintainers nomaintainer
|
|
description Bio::Phylo - Phylogenetic analysis using perl
|
|
long_description {*}${description}
|
|
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
|
|
checksums rmd160 c0ab49011642b1b16d8581712afcc245bb6c8e23 \
|
|
sha256 15037c5d4c727ef1da72e292cbf3a17eabb678c6fee323d5f800cacd5936152f \
|
|
size 547495
|
|
|
|
if {${perl5.major} != ""} {
|
|
depends_lib-append \
|
|
port:p${perl5.major}-archive-zip \
|
|
port:p${perl5.major}-gd \
|
|
port:p${perl5.major}-json \
|
|
port:p${perl5.major}-math-cdf \
|
|
port:p${perl5.major}-math-random \
|
|
port:p${perl5.major}-pdf-api2 \
|
|
port:p${perl5.major}-rdf-query \
|
|
port:p${perl5.major}-rdf-trine \
|
|
port:p${perl5.major}-svg \
|
|
port:p${perl5.major}-swf-builder \
|
|
port:p${perl5.major}-xml-libxml \
|
|
port:p${perl5.major}-xml-xml2json \
|
|
port:p${perl5.major}-xml-twig
|
|
}
|