# -*- 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 # $Id$ # This comment was inserted on 20160713 to force reindexing of # this port after the default homepage definition in the perl5 # PortGroup was changed to use metacpan.org (r150080). # Reindexing is necessary for the new definition to take effect. # This comment may be removed in subsequent updates of this port. PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.24 perl5.setup GD 2.56 license {Artistic-2 GPL} maintainers nomaintainer description Module interface to libgd long_description ${description} platforms darwin checksums rmd160 b4e33640fad5d97e63f833270d32e29c843380cd \ sha256 1f103d1c98de8621504642ed7fb79f1b40f5f6a63c2abe9390a8ab78617248f9 if {${perl5.major} != ""} { depends_build-append \ port:libvpx depends_lib-append \ port:gd2 \ port:fontconfig \ port:freetype \ port:jpeg \ port:libiconv \ port:libpng \ port:tiff # patch Build.PL to allow pass-through of standard args # https://rt.cpan.org/Public/Bug/Display.html?id=106274 patchfiles patch-Build.PL.diff perl5.use_module_build }