aboutsummaryrefslogtreecommitdiff
path: root/converters/yj/Makefile
blob: 1e89f498ce68d90e1937e58579c436a091633742 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
PORTNAME=	yj
PORTVERSION=	5.1.0
PORTREVISION=	1
DISTVERSIONPREFIX=	v
CATEGORIES=	converters
DIST_SUBDIR=	yj

MAINTAINER=	ehaupt@FreeBSD.org
COMMENT=	Convert between YAML, TOML, JSON, and HCL

LICENSE=	APACHE20
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		go:modules
USE_GITHUB=	yes
GH_ACCOUNT=	sclevine
GH_TUPLE=	BurntSushi:toml:v1.1.0:burntsushi_toml/vendor/github.com/BurntSushi/toml \
		hashicorp:hcl:v1.0.0:hashicorp_hcl/vendor/github.com/hashicorp/hcl \
		go-yaml:yaml:496545a:go_yaml_yaml/vendor/gopkg.in/yaml.v3

CONFLICTS_INSTALL=	yj-bruceadams

PLIST_FILES=	bin/yj

.include <bsd.port.mk>