summaryrefslogtreecommitdiff
path: root/net/devfile/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/devfile/Makefile')
-rw-r--r--net/devfile/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/net/devfile/Makefile b/net/devfile/Makefile
new file mode 100644
index 000000000000..81763e96c88e
--- /dev/null
+++ b/net/devfile/Makefile
@@ -0,0 +1,19 @@
+PORTNAME= devfile
+PORTVERSION= 2.3.0
+DISTVERSIONPREFIX= v
+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>