Edit

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

Branch :

  • Show log

    Commit

  • Author : naddy
    Date : 2016-03-20 19:56:05
    Hash : cfbb239b
    Message : Remove SHARED_ONLY from all CPAN Perl ports and the cpan and perl MODULES. Add WANTLIB+=perl and PKG_ARCH=* as appropriate.

  • security/p5-Crypt-OpenSSL-RSA/Makefile
  • # $OpenBSD: Makefile,v 1.23 2016/03/20 19:57:00 naddy Exp $
    
    COMMENT =	RSA encoding and decoding using OpenSSL
    
    MODULES =	cpan
    
    DISTNAME =	Crypt-OpenSSL-RSA-0.28
    CATEGORIES =	security
    REVISION =	1
    
    # Perl
    PERMIT_PACKAGE_CDROM = Yes
    
    WANTLIB +=	c crypto perl ssl
    
    RUN_DEPENDS =	security/p5-Crypt-OpenSSL-Random>=0.03 \
    		security/p5-Crypt-OpenSSL-Bignum>=0.03
    BUILD_DEPENDS =	${RUN_DEPENDS}
    
    .include <bsd.port.mk>