Edit

IABSD.fr/ports/sysutils/cloud-agent/Makefile

Branch :

  • Show log

    Commit

  • Author : tb
    Date : 2024-10-31 15:59:28
    Hash : 517c9152
    Message : cloud-agent: zap comment. This doesn't build without USE_LIBRESSL_CMS despite its promise that it would not be needed after 3.0.2 (which was a while back).

  • sysutils/cloud-agent/Makefile
  • COMMENT=	cloud provisioning for OpenBSD VMs
    
    V=		1.1
    DISTNAME=	cloud-agent-$V
    CATEGORIES=	sysutils
    HOMEPAGE=	https://github.com/reyk/cloud-agent/
    
    MAINTAINER=	Reyk Floeter <reyk@openbsd.org>
    
    # ISC
    PERMIT_PACKAGE=	Yes
    
    SITES=		${HOMEPAGE}releases/download/v${V}/
    
    WANTLIB=	c crypto expat ssl tls util
    
    MAKE_FLAGS=	USE_LIBRESSL_CMS=1
    
    .include <bsd.port.mk>