Edit

IABSD.fr/ports/security/p5-Crypt-OpenSSL-Random/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-Random/Makefile
  • # $OpenBSD: Makefile,v 1.19 2016/03/20 19:57:00 naddy Exp $
    
    COMMENT=	routines for accessing the OpenSSL prng
    
    MODULES=	cpan
    DISTNAME=	Crypt-OpenSSL-Random-0.11
    CATEGORIES=	security
    
    # perl
    PERMIT_PACKAGE_CDROM=	Yes
    
    WANTLIB += c crypto perl ssl
    
    CPAN_AUTHOR=	RURBAN
    
    .include <bsd.port.mk>