Files
tb 517c9152c5 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).
2024-10-31 15:59:28 +00:00

20 lines
357 B
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>