# -*- 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$ PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.24 perl5.setup Alien-Base 0.029 license {Artistic-1 GPL} maintainers nomaintainer description Alien::Base - Base classes for Alien:: modules long_description ${description} platforms darwin checksums rmd160 32c1b6e76115ceff1afeddcfbae41fe4bc940e96 \ sha256 969230167af68dd024d15759d75c681f6ed94819bdfc848db2c534c5459440f8 if {${perl5.major} != ""} { depends_lib-append \ port:p${perl5.major}-archive-extract \ port:p${perl5.major}-capture-tiny \ port:p${perl5.major}-ffi-checklib \ port:p${perl5.major}-file-chdir \ port:p${perl5.major}-file-sharedir \ port:p${perl5.major}-html-parser \ port:p${perl5.major}-http-tiny \ port:p${perl5.major}-list-moreutils \ port:p${perl5.major}-module-build \ port:p${perl5.major}-shell-config-generate \ port:p${perl5.major}-shell-guess \ port:p${perl5.major}-sort-versions \ port:p${perl5.major}-text-parsewords \ port:p${perl5.major}-uri \ port:pkgconfig supported_archs noarch perl5.use_module_build }