forked from Lainports/freebsd-ports
No functional changes introduced PR: 240948 Submitted by: dmgk@ MFH: 2019Q4 Sponsored by: trivago N.V.
29 lines
591 B
Makefile
29 lines
591 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= nomad-pot-driver
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.2
|
|
DISTVERSIONSUFFIX= -11-g412dbeb
|
|
PORTREVISION= 1
|
|
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>
|