Revision: 132648 https://trac.macports.org/changeset/132648 Author: khindenburg@macports.org Date: 2015-02-06 06:23:18 -0800 (Fri, 06 Feb 2015) Log Message: ----------- p5-ipc-sharelite: new port; suggested for new version of p5-cache-cache Added Paths: ----------- trunk/dports/perl/p5-ipc-sharelite/ trunk/dports/perl/p5-ipc-sharelite/Portfile Added: trunk/dports/perl/p5-ipc-sharelite/Portfile =================================================================== --- trunk/dports/perl/p5-ipc-sharelite/Portfile (rev 0) +++ trunk/dports/perl/p5-ipc-sharelite/Portfile 2015-02-06 14:23:18 UTC (rev 132648) @@ -0,0 +1,20 @@ +# -*- 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 IPC-ShareLite 0.17 ../by-authors/id/A/AN/ANDYA/ + +platforms darwin +maintainers khindenburg openmaintainer +license {Artistic-1 GPL} + +supported_archs noarch + +description Lightweight interface to shared memory +long_description ${description} + +checksums rmd160 eb396d1f161ef2072be7702a1b2770734eec3861 \ + sha256 14d406b91da96d6521d0d1a82d22a306274765226b86b0a56e7ffddcf96ae7bf Property changes on: trunk/dports/perl/p5-ipc-sharelite/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native
participants (1)
-
khindenburg@macports.org