Revision
139104
Author
ionic@macports.org
Date
2015-08-02 10:17:11 -0700 (Sun, 02 Aug 2015)

Log Message

p5-cryptx: new port. Useful for SASL authentication in IRSSI.

Added Paths

Diff

Added: trunk/dports/perl/p5-cryptx/Portfile (0 => 139104)


--- trunk/dports/perl/p5-cryptx/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-cryptx/Portfile	2015-08-02 17:17:11 UTC (rev 139104)
@@ -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.16 5.18 5.20 5.22
+perl5.setup         CryptX 0.025 ../by-authors/id/M/MI/MIK
+revision            0
+
+platforms           darwin
+maintainers         ionic openmaintainer
+license             BSD
+
+description         Crypt::PK::ECC - Public key cryptography based on EC
+
+long_description    ${description} \
+                    The module provides a set of core ECC functions as well \
+                    as implementation of ECDSA and ECDH. \
+                    Supports elliptic curves y^2 = x^3 + a*x + b over prime \
+                    fields Fp = Z/pZ (binary fields not supported).
+
+checksums           rmd160 ea47b651891b9574a777aa719662f69bb77bdd4e \
+                    sha256 f8b7e3ec1713c8dfe3eef9d114f45f223b97e2340f81a20589b5605fa49cfe38
+
+if {$subport != $name} {
+    depends_lib-append  port:p${perl5.major}-json
+}
+
+perl5.use_module_build
Property changes on: trunk/dports/perl/p5-cryptx/Portfile
___________________________________________________________________

Added: svn:keywords

Added: svn:eol-style