# -*- 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 FFI-Platypus 0.45 license {Artistic-1 GPL} maintainers devans openmaintainer description FFI::Platypus - Write Perl bindings to non-Perl libraries with FFI. No XS required. long_description ${description} platforms darwin checksums rmd160 3d8a4aa2f1f4bf2557673c3ede6da88e9e1cf729 \ sha256 e857291a593ee424e77f84b80c4843e747ebd4045a7dbc230b06c1c15c3d2601 if {${perl5.major} != ""} { depends_build-append \ port:p${perl5.major}-alien-ffi \ port:p${perl5.major}-config-autoconf depends_lib-append \ port:p${perl5.major}-ffi-checklib \ port:p${perl5.major}-file-sharedir perl5.use_module_build }