Revision: 105417 https://trac.macports.org/changeset/105417 Author: macsforever2000@macports.org Date: 2013-04-19 15:39:58 -0700 (Fri, 19 Apr 2013) Log Message: ----------- p5-eval-closure: New port. Added Paths: ----------- trunk/dports/perl/p5-eval-closure/ trunk/dports/perl/p5-eval-closure/Portfile Added: trunk/dports/perl/p5-eval-closure/Portfile =================================================================== --- trunk/dports/perl/p5-eval-closure/Portfile (rev 0) +++ trunk/dports/perl/p5-eval-closure/Portfile 2013-04-19 22:39:58 UTC (rev 105417) @@ -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 +perl5.setup Eval-Closure 0.08 ../by-authors/id/D/DO/DOY + +platforms darwin +maintainers nomaintainer +license {Artistic-1 GPL} + +supported_archs noarch + +description Eval::Closure - safely and cleanly create closures via string eval. + +long_description ${description} + +checksums rmd160 0fe3a1a714aa5f10a2b549bc736931f9af45f297 \ + sha256 738ce424d68ce1ac93c0b1539d6740ac8fff81fdd06ef7e4c8b022296922a407 + +if {${perl5.major} != ""} { + depends_build-append \ + port:p${perl5.major}-test-fatal \ + port:p${perl5.major}-test-requires + + depends_lib-append port:p${perl5.major}-sub-exporter \ + port:p${perl5.major}-try-tiny +} Property changes on: trunk/dports/perl/p5-eval-closure/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native
participants (1)
-
macsforever2000@macports.org