diff options
Diffstat (limited to 'devel/openapi/Makefile')
-rw-r--r-- | devel/openapi/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/openapi/Makefile b/devel/openapi/Makefile new file mode 100644 index 000000000000..35d3316d5d1a --- /dev/null +++ b/devel/openapi/Makefile @@ -0,0 +1,20 @@ +PORTNAME= openapi +PORTVERSION= 1.6.4 +DISTVERSIONPREFIX= v +CATEGORIES= devel + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Set of packages and tools for working with OpenAPI +WWW= https://github.com/speakeasy-api/openapi + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= go:modules + +GO_MODULE= github.com/speakeasy-api/openapi +GO_TARGET= ./cmd/openapi + +PLIST_FILES= bin/openapi + +.include <bsd.port.mk> |