Files
ports/net/devfile/Makefile
T
2026-05-09 13:25:51 -04:00

21 lines
413 B
Makefile

PORTNAME= devfile
PORTVERSION= 2.4.0
DISTVERSIONPREFIX= v
PORTREVISION= 2
CATEGORIES= net
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Generate Kubernetes objects from a devfile and accessing the devfile registry
WWW= https://github.com/devfile/library
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go:modules
GO_MODULE= github.com/devfile/library/v2
PLIST_FILES= bin/devfile
.include <bsd.port.mk>