Edit

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

Branch :

  • Show log

    Commit

  • Author : bluhm
    Date : 2024-08-10 14:40:28
    Hash : c69f97ce
    Message : update p5-Crypt-OpenSSL-X509 to 2.0.1

  • security/p5-Crypt-OpenSSL-X509/Makefile
  • COMMENT =	access OpenSSL X509 API from Perl
    
    DISTNAME =	Crypt-OpenSSL-X509-2.0.1
    
    CATEGORIES =	security
    
    MAINTAINER =		Alexander Bluhm <bluhm@openbsd.org>
    
    # Perl
    PERMIT_PACKAGE =	Yes
    
    WANTLIB =		c crypto perl ssl
    
    MODULES =		cpan
    
    BUILD_DEPENDS =		security/p5-Crypt-OpenSSL-Guess
    RUN_DEPENDS =		converters/p5-Convert-ASN1>=0.33
    
    MAKE_ENV =		TEST_POD=Yes
    
    .include <bsd.port.mk>