Revision: 133508 https://trac.macports.org/changeset/133508 Author: devans@macports.org Date: 2015-03-03 06:10:29 -0800 (Tue, 03 Mar 2015) Log Message: ----------- p5-sys-sigaction: new port, Perl extension for consistent signal handling. Added Paths: ----------- trunk/dports/perl/p5-sys-sigaction/ trunk/dports/perl/p5-sys-sigaction/Portfile Added: trunk/dports/perl/p5-sys-sigaction/Portfile =================================================================== --- trunk/dports/perl/p5-sys-sigaction/Portfile (rev 0) +++ trunk/dports/perl/p5-sys-sigaction/Portfile 2015-03-03 14:10:29 UTC (rev 133508) @@ -0,0 +1,19 @@ +# -*- 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.16 5.18 5.20 +perl5.setup Sys-SigAction 0.21 +license {Artistic-1 GPL} +maintainers devans openmaintainer +description Sys::SigAction - Perl extension for Consistent Signal Handling +long_description ${description} + +platforms darwin + +checksums rmd160 9730dee55fa6ee0489ea7f00ebdc70398ce4c2e7 \ + sha256 e144207a6fd261eb9f98554c76bea66d95870ee1f62d2d346a1ea95fdccf80db + +supported_archs noarch Property changes on: trunk/dports/perl/p5-sys-sigaction/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native