[131030] trunk/dports/perl
devans at macports.org
devans at macports.org
Mon Jan 5 02:19:48 PST 2015
Revision: 131030
https://trac.macports.org/changeset/131030
Author: devans at macports.org
Date: 2015-01-05 02:19:48 -0800 (Mon, 05 Jan 2015)
Log Message:
-----------
p5-bytes-random-secure: new port, generate cryptographically-secure random bytes.
Added Paths:
-----------
trunk/dports/perl/p5-bytes-random-secure/
trunk/dports/perl/p5-bytes-random-secure/Portfile
Added: trunk/dports/perl/p5-bytes-random-secure/Portfile
===================================================================
--- trunk/dports/perl/p5-bytes-random-secure/Portfile (rev 0)
+++ trunk/dports/perl/p5-bytes-random-secure/Portfile 2015-01-05 10:19:48 UTC (rev 131030)
@@ -0,0 +1,25 @@
+# -*- 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 Bytes-Random-Secure 0.28
+license {Artistic-1 GPL}
+maintainers devans openmaintainer
+description Bytes::Random::Secure - Perl extension to generate cryptographically-secure random bytes.
+long_description ${description}
+
+platforms darwin
+
+checksums rmd160 c539ed3570582d9a6be45916cbf58ba44357873a \
+ sha256 eb65d24f6a96d01e42c6576ee8727fff11a4a57f01c0219b195b843d4cb11b17
+
+if {${perl5.major} != ""} {
+ depends_lib-append \
+ port:p${perl5.major}-crypt-random-seed \
+ port:p${perl5.major}-math-random-isaac
+
+ supported_archs noarch
+}
Property changes on: trunk/dports/perl/p5-bytes-random-secure/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/20150105/ae075bf1/attachment.html>
More information about the macports-changes
mailing list