Revision: 124724 https://trac.macports.org/changeset/124724 Author: devans@macports.org Date: 2014-08-27 08:13:32 -0700 (Wed, 27 Aug 2014) Log Message: ----------- p5-inline-c: new port, previously part of p5-inline (#44702). Added Paths: ----------- trunk/dports/perl/p5-inline-c/ trunk/dports/perl/p5-inline-c/Portfile Added: trunk/dports/perl/p5-inline-c/Portfile =================================================================== --- trunk/dports/perl/p5-inline-c/Portfile (rev 0) +++ trunk/dports/perl/p5-inline-c/Portfile 2014-08-27 15:13:32 UTC (rev 124724) @@ -0,0 +1,30 @@ +# -*- 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.8 5.10 5.12 5.14 5.16 5.18 5.20 +perl5.setup Inline-C 0.62 +license {Artistic-1 GPL} +maintainers devans openmaintainer +description Inline::C Write Perl Subroutines in C +long_description Inline::C is a module that allows you to write Perl subroutines in C. + +platforms darwin + +checksums rmd160 02bf511d7baf436c1eedd2cf38fc7bcdcd619131 \ + sha256 7944b4ca9e0acdde116a2b3892911e4aeca765722125517719b1d6226f7b8f32 + +if {${perl5.major} != ""} { + depends_build-append \ + port:p${perl5.major}-file-copy-recursive \ + port:p${perl5.major}-test-warn + + depends_lib-append \ + port:p${perl5.major}-inline \ + port:p${perl5.major}-parse-recdescent + + supported_archs noarch +} + Property changes on: trunk/dports/perl/p5-inline-c/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native