[132875] trunk/dports/perl

devans at macports.org devans at macports.org
Wed Feb 11 16:36:47 PST 2015


Revision: 132875
          https://trac.macports.org/changeset/132875
Author:   devans at macports.org
Date:     2015-02-11 16:36:47 -0800 (Wed, 11 Feb 2015)
Log Message:
-----------
p5-crypt-openssl-ecdsa: new port, perl extension for the OpenSSL ECDSA (Elliptic Curve Digital Signature Algorithm).

Added Paths:
-----------
    trunk/dports/perl/p5-crypt-openssl-ecdsa/
    trunk/dports/perl/p5-crypt-openssl-ecdsa/Portfile

Added: trunk/dports/perl/p5-crypt-openssl-ecdsa/Portfile
===================================================================
--- trunk/dports/perl/p5-crypt-openssl-ecdsa/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-crypt-openssl-ecdsa/Portfile	2015-02-12 00:36:47 UTC (rev 132875)
@@ -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
+
+# Makefile.PL requires perl >= 5.18.1
+
+perl5.branches      5.18 5.20
+perl5.setup         Crypt-OpenSSL-ECDSA 0.06
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         Crypt::OpenSSL::ECDSA - Perl extension for OpenSSL ECDSA \
+                    (Elliptic Curve Digital Signature Algorithm)
+long_description    ${description}
+
+platforms           darwin
+
+checksums           rmd160  849405a14b1059bff76f6abcdae6177642f1cc06 \
+                    sha256  41dc95831db5813271bb2d1edc5abe3a9b078a28980a6908a7340c2eb0e8497b
+
+if {${perl5.major} != ""} {
+    depends_lib-append \
+                    port:openssl \
+                    port:p${perl5.major}-crypt-openssl-bignum \
+                    port:p${perl5.major}-crypt-openssl-ec
+
+    configure.env-append \
+                    OPENSSL_PREFIX=${prefix}
+}


Property changes on: trunk/dports/perl/p5-crypt-openssl-ecdsa/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/20150211/4a6bc2a0/attachment.html>


More information about the macports-changes mailing list