* Ports that were pinned to a deprecated version of Go (1.23 or older) have been unpinned. * Ports that were pinned to a still-supported version of Go (1.24 or newer) have been converted to requesting that as their minimum Go version. * Ports that had been forcibly deprecated for pinning an expired Go version have been undeprecated.
27 lines
679 B
Makefile
27 lines
679 B
Makefile
PORTNAME= usql
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.19.26
|
|
PORTREVISION= 1
|
|
CATEGORIES= databases
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Universal command-line interface for SQL databases
|
|
WWW= https://github.com/xo/usql
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BROKEN_aarch64= fails to find resvg_xx symbols, see https://github.com/xo/usql/issues/494
|
|
BROKEN_armv7= fails to find resvg_xx symbols, see https://github.com/xo/usql/issues/494
|
|
BROKEN_i386= fails to find resvg_xx symbols, see https://github.com/xo/usql/issues/494
|
|
|
|
LIB_DEPENDS= libresvg.so:graphics/resvg-capi
|
|
|
|
USES= go:1.24+,modules
|
|
|
|
GO_MODULE= github.com/xo/usql
|
|
|
|
PLIST_FILES= bin/usql
|
|
|
|
.include <bsd.port.mk>
|