# -*- 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 5.22 perl5.setup Crypt-OpenSSL-ECDSA 0.07 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 3af5f00e9f9888fd1b44c80f3a6a1b05cd968725 \ sha256 b8c4a067db328f04fcacb4cc873f39abb0123ee0019365d471acf115677e1fbe if {${perl5.major} != ""} { depends_lib-append \ port:openssl \ port:p${perl5.major}-crypt-openssl-ec configure.env-append \ OPENSSL_PREFIX=${prefix} }