Source
xxxxxxxxxx
# -*- 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.26 5.28 5.30
perl5.setup Chart 2.4.10 ../by-authors/id/C/CH/CHARTGRP
license {Artistic-1 GPL}
platforms darwin
maintainers nomaintainer
supported_archs noarch
description Create png/jpeg images with charts
long_description ${description}
checksums rmd160 cd78772b1698d0c263cc50238d7013b424c33147 \
sha256 84bd99a1a0ce72477b15e35881e6120398bb3f553aeeb5e8d72b088520e4f6bf
if {${perl5.major} != ""} {
depends_lib-append \
port:p${perl5.major}-gd
}