Revision: 149693 https://trac.macports.org/changeset/149693 Author: devans@macports.org Date: 2016-06-29 08:17:44 -0700 (Wed, 29 Jun 2016) Log Message: ----------- p5-list-utilsby: new port, higher-order list utility functions. Added Paths: ----------- trunk/dports/perl/p5-list-utilsby/ trunk/dports/perl/p5-list-utilsby/Portfile Added: trunk/dports/perl/p5-list-utilsby/Portfile =================================================================== --- trunk/dports/perl/p5-list-utilsby/Portfile (rev 0) +++ trunk/dports/perl/p5-list-utilsby/Portfile 2016-06-29 15:17:44 UTC (rev 149693) @@ -0,0 +1,22 @@ +# -*- 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 5.24 +perl5.setup List-UtilsBy 0.10 +license {Artistic-1 GPL} +maintainers devans openmaintainer +description List::UtilsBy - higher-order list utility functions +long_description ${description} + +platforms darwin + +checksums rmd160 ccc6df404ba2d9217e5d8652c900f748f2907540 \ + sha256 bed74094c625aa34a5ae94a7e1fe1856f08e1bd26b8ba152bfe7a51d3277192e + +if {${perl5.major} != ""} { + perl5.use_module_build + supported_archs noarch +} Property changes on: trunk/dports/perl/p5-list-utilsby/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native
participants (1)
-
devans@macports.org