1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/sysutils/nomad-pot-driver/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

27 lines
548 B
Makefile

PORTNAME= nomad-pot-driver
DISTVERSIONPREFIX= v
DISTVERSION= 0.7.0
PORTREVISION= 0
CATEGORIES= sysutils
MAINTAINER= pizzamig@FreeBSD.org
COMMENT= Nomad driver to support pot jails
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= pot:sysutils/pot \
nomad:sysutils/nomad
USES= go
USE_GITHUB= yes
GH_ACCOUNT= trivago
GH_SUBDIR= src/github.com/trivago/nomad-pot-driver
GO_TARGET= :${PREFIX}/libexec/nomad/plugins/nomad-pot-driver
PLIST_FILES= libexec/nomad/plugins/nomad-pot-driver
SUB_FILES= pkg-message
.include <bsd.port.mk>