# -*- 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 Image-PNG-Libpng 0.58 revision 0 license {Artistic-1 GPL} maintainers nomaintainer description Image::PNG::Libpng is a Perl library for accessing the contents of \ PNG (Portable Network Graphics) images. long_description ${description} checksums rmd160 79112495e88e6965cdaf0084ce02325a60c81153 \ sha256 69819856b4bcc783adb229cd769114b849f961799f337807c13a116cb231842b \ size 1101135 if {${perl5.major} != ""} { depends_build-append \ port:pkgconfig depends_lib-append \ port:libpng \ port:zlib patchfiles use-the-right-compiler.patch # enable debug output during configure configure.post_args-append --check }