aboutsummaryrefslogtreecommitdiff
path: root/sysutils/nomad-driver-podman/Makefile
blob: b82699e86faa9268bb70f1f4f4b5d6205f0c8f9d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
PORTNAME=	nomad-driver-podman
DISTVERSIONPREFIX=	v
DISTVERSION=	0.6.4
PORTREVISION=	3
CATEGORIES=	sysutils

MAINTAINER=	grembo@FreeBSD.org
COMMENT=	Nomad driver to support podman
WWW=		https://www.nomadproject.io

LICENSE=	APACHE20
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	nomad:sysutils/nomad \
		podman:sysutils/podman

USES=		go:1.25+,modules
GO_MODULE=	github.com/hashicorp/nomad-driver-podman
GO_TARGET=	:${PREFIX}/libexec/nomad/plugins/nomad-driver-podman

SUB_FILES=	pkg-message
PLIST_FILES=	${PREFIX}/libexec/nomad/plugins/nomad-driver-podman

.include <bsd.port.mk>