# -*- 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.24 perl5.setup Crypt-OpenSSL-ECDSA 0.08 license {Artistic-1 GPL} maintainers nomaintainer description Crypt::OpenSSL::ECDSA - Perl extension for OpenSSL ECDSA \ (Elliptic Curve Digital Signature Algorithm) long_description ${description} platforms darwin checksums rmd160 274ce00c51451638a72cd265f8e3bd67b08ebb57 \ sha256 8439f6af81cc5e656e8b2f4dd86a98faa95d9938dcdcbfc7c22bb358eb5f8deb if {${perl5.major} != ""} { depends_lib-append \ path:lib/libssl.dylib:openssl \ port:p${perl5.major}-crypt-openssl-ec configure.env-append \ OPENSSL_PREFIX=${prefix} }