aboutsummaryrefslogtreecommitdiff
path: root/textproc/zed/Makefile
blob: 0d422134e8fe4d493665521830b125ce5a6ff738 (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
PORTNAME?=	zed
DISTVERSIONPREFIX=	v
DISTVERSION=	1.4.0
PORTREVISION=	1
#PORTREVISION=	0
CATEGORIES=	textproc

MAINTAINER=	meta@FreeBSD.org
COMMENT=	Command-line tool to manage and query Zed data lakes
WWW=		https://zed.brimdata.io/

LICENSE=	BSD3CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

BROKEN_i386=	fails to build: cannot use math.MaxUint32 (untyped int constant 4294967295) as int value in assignment (overflows)

USES=		go:modules

GO_MODULE?=	github.com/brimdata/zed
GO_PKGNAME?=	github.com/brimdata/zed/cmd/zed

PLIST_FILES?=	bin/zed

.include <bsd.port.mk>