[132874] trunk/dports/perl

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


Revision: 132874
          https://trac.macports.org/changeset/132874
Author:   devans at macports.org
Date:     2015-02-11 16:35:11 -0800 (Wed, 11 Feb 2015)
Log Message:
-----------
p5-crypt-openssl-ec: new port, perl extension for the OpenSSL EC (Elliptic Curves) library.

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

Added: trunk/dports/perl/p5-crypt-openssl-ec/Portfile
===================================================================
--- trunk/dports/perl/p5-crypt-openssl-ec/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-crypt-openssl-ec/Portfile	2015-02-12 00:35:11 UTC (rev 132874)
@@ -0,0 +1,27 @@
+# -*- 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         Crypt-OpenSSL-EC 1.01
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         Crypt::OpenSSL::EC - Perl extension for OpenSSL EC (Elliptic Curves) library
+long_description    ${description}
+
+platforms           darwin
+
+checksums           rmd160  80137dcfc9ff0905abd1a82cb5f99b67d06638c2 \
+                    sha256  79dc1949879346715246a39f77f8809e9f9e74c023f140a7d9478b2b7479450e
+
+if {${perl5.major} != ""} {
+    depends_lib-append \
+                    port:openssl \
+                    port:p${perl5.major}-crypt-openssl-bignum
+
+
+    configure.env-append \
+                    OPENSSL_PREFIX=${prefix}
+}


Property changes on: trunk/dports/perl/p5-crypt-openssl-ec/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/d4437143/attachment-0001.html>


More information about the macports-changes mailing list