Edit

IABSD.fr/ports/security/p5-Crypt-OpenSSL-ECDSA/Makefile

Branch :

  • Show log

    Commit

  • Author : tb
    Date : 2023-07-14 09:37:05
    Hash : dc2e15f9
    Message : p5-Crypt-OpenSSL-ECDSA: prepare for upcoming libcrypto bump ECDSA_METHOD will soon be removed, so don't enable it for libressl. Route ECDSA_do_sign_ex() through ECDSA_do_sign(). The former is useless since ECDSA_sign_setup() is not exposed by the bindings.

  • security/p5-Crypt-OpenSSL-ECDSA/Makefile
  • COMMENT =	ECDSA encoding and decoding using OpenSSL
    
    DISTNAME =	Crypt-OpenSSL-ECDSA-0.10
    REVISION =	0
    
    CATEGORIES =	security
    
    # Perl
    PERMIT_PACKAGE =	Yes
    
    WANTLIB =		c crypto perl
    
    MODULES =		cpan
    RUN_DEPENDS =		security/p5-Crypt-OpenSSL-EC>=0.05
    
    .include <bsd.port.mk>