diff options
Diffstat (limited to '')
-rw-r--r-- | net/devfile/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/net/devfile/Makefile b/net/devfile/Makefile new file mode 100644 index 000000000000..1fd9c26f03c2 --- /dev/null +++ b/net/devfile/Makefile @@ -0,0 +1,20 @@ +PORTNAME= devfile +PORTVERSION= 2.3.0 +DISTVERSIONPREFIX= v +PORTREVISION= 1 +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> |