mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
cf118ccf87
Reported by: lwhsu
27 lines
548 B
Makefile
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>
|