12 lines
222 B
Makefile
12 lines
222 B
Makefile
PORTNAME= zq
|
|
|
|
COMMENT= Easier and faster alternative to jq
|
|
|
|
GO_MODULE= github.com/brimdata/zq
|
|
GO_PKGNAME= github.com/brimdata/zed/cmd/zq
|
|
|
|
PLIST_FILES= bin/zq
|
|
|
|
MASTERDIR= ${.CURDIR}/../zed
|
|
|
|
.include "${MASTERDIR}/Makefile"
|