mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 02:46:27 -04:00
20 lines
361 B
Makefile
20 lines
361 B
Makefile
PORTNAME= usql
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.12.13
|
|
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
|
|
|
|
USES= go:modules
|
|
|
|
GO_MODULE= github.com/xo/usql
|
|
|
|
PLIST_FILES= bin/usql
|
|
|
|
.include <bsd.port.mk>
|