1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/sysutils/nomad-pot-driver/Makefile
Michael Gmelin 3fd6e08230 sysutils/nomad-pot-driver: Update to 0.10.0
Also modernize port skeleton.
2023-12-30 21:05:26 +01:00

24 lines
556 B
Makefile

PORTNAME= nomad-pot-driver
DISTVERSIONPREFIX= v
DISTVERSION= 0.10.0
CATEGORIES= sysutils
MAINTAINER= pizzamig@FreeBSD.org
COMMENT= Nomad driver to support pot jails
WWW= https://www.nomadproject.io
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= nomad:sysutils/nomad \
pot>=0.16.0:sysutils/pot
USES= go:1.21,modules
GO_MODULE= github.com/bsdpot/nomad-pot-driver
GO_TARGET= :${PREFIX}/libexec/nomad/plugins/nomad-pot-driver
SUB_FILES= pkg-message
PLIST_FILES= ${PREFIX}/libexec/nomad/plugins/nomad-pot-driver
.include <bsd.port.mk>