[137695] trunk/dports/perl

devans at macports.org devans at macports.org
Wed Jun 17 09:57:43 PDT 2015


Revision: 137695
          https://trac.macports.org/changeset/137695
Author:   devans at macports.org
Date:     2015-06-17 09:57:43 -0700 (Wed, 17 Jun 2015)
Log Message:
-----------
p5-data-entropy: new port, entropy (randomness) management.

Added Paths:
-----------
    trunk/dports/perl/p5-data-entropy/
    trunk/dports/perl/p5-data-entropy/Portfile

Added: trunk/dports/perl/p5-data-entropy/Portfile
===================================================================
--- trunk/dports/perl/p5-data-entropy/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-data-entropy/Portfile	2015-06-17 16:57:43 UTC (rev 137695)
@@ -0,0 +1,28 @@
+# -*- 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         Data-Entropy 0.007
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         Data::Entropy - entropy (randomness) management
+long_description    ${description}
+
+platforms           darwin
+
+checksums           rmd160  4eb6e37dc567bcc18c3914fe98b0f419b2a38bb0 \
+                    sha256  2611c4a1a3038594d79ea4ed14d9e15a9af8f77105f51667795fe4f8a53427e4
+
+if {${perl5.major} != ""} {
+    depends_lib-append \
+                    port:p${perl5.major}-crypt-rijndael \
+                    port:p${perl5.major}-data-float \
+                    port:p${perl5.major}-http-lite \
+                    port:p${perl5.major}-params-classify
+
+    supported_archs noarch
+    perl5.use_module_build
+}


Property changes on: trunk/dports/perl/p5-data-entropy/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150617/bf54cba7/attachment.html>


More information about the macports-changes mailing list