Revision: 148158 https://trac.macports.org/changeset/148158 Author: devans@macports.org Date: 2016-04-28 06:30:09 -0700 (Thu, 28 Apr 2016) Log Message: ----------- p5-ffi-platypus: new port, write Perl bindings to non-Perl libraries with FFI, no XS required. Added Paths: ----------- trunk/dports/perl/p5-ffi-platypus/ trunk/dports/perl/p5-ffi-platypus/Portfile Added: trunk/dports/perl/p5-ffi-platypus/Portfile =================================================================== --- trunk/dports/perl/p5-ffi-platypus/Portfile (rev 0) +++ trunk/dports/perl/p5-ffi-platypus/Portfile 2016-04-28 13:30:09 UTC (rev 148158) @@ -0,0 +1,29 @@ +# -*- 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.22 +perl5.setup FFI-Platypus 0.41 +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 19c540bb86ef0418ccded85bd202be7428c84dd5 \ + sha256 8a5ec796e989a9977f7ca75f07fee4faeb9002b34d2de3a4478d86966d077dff + +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 +} Property changes on: trunk/dports/perl/p5-ffi-platypus/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native