blob: 1b682f42da254507c627bd9797f84b06f52af423 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
PORTNAME= openapi
PORTVERSION= 1.9.0
DISTVERSIONPREFIX= v
PORTREVISION= 2
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>
|