Edit

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

Branch :

  • Show log

    Commit

  • Author : reyk
    Date : 2019-11-29 19:01:02
    Hash : a4220db2
    Message : Update cloud-agent to 1.1. The included cms binary is not needed anymore. OK kn@

  • sysutils/cloud-agent/Makefile
  • # $OpenBSD: Makefile,v 1.6 2019/11/29 19:01:02 reyk Exp $
    
    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
    
    MASTER_SITES=	${HOMEPAGE}releases/download/v${V}/
    
    WANTLIB=	c crypto expat ssl tls util
    
    # This can be removed after LibreSSL >3.0.2 is released
    MAKE_FLAGS=	USE_LIBRESSL_CMS=1
    
    .include <bsd.port.mk>