1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/sysutils/runj/Makefile
Dmitri Goutnik 636f0a9700 all: Bump PORTREVISION after lang/go119 update
Direct commit to quarterly to bump Go ports revisions after 61a665d2d8

Approved by:    ports-secteam (blanket)
2023-03-09 14:50:37 -05:00

29 lines
573 B
Makefile

PORTNAME= runj
DISTVERSION= g20211119
PORTREVISION= 9
CATEGORIES= sysutils
MAINTAINER= dch@FreeBSD.org
COMMENT= Experimental, proof-of-concept OCI-compatible runtime for jails
WWW= https://github.com/samuelkarp/runj
LICENSE= APACHE20 BSD2CLAUSE BSD3CLAUSE MIT
LICENSE_COMB= multi
USES= go:modules
USE_GITHUB= yes
GH_ACCOUNT= samuelkarp
GH_TAGNAME= 307abfe
.include "Makefile.deps"
GO_TARGET= ./cmd/runj \
./cmd/runj-entrypoint \
./cmd/containerd-shim-runj-v1
PLIST_FILES= bin/runj \
bin/runj-entrypoint \
bin/containerd-shim-runj-v1
.include <bsd.port.mk>