freebsd-ports/databases/goose/Makefile
2023-11-12 15:58:35 -08:00

21 lines
403 B
Makefile

PORTNAME= goose
DISTVERSIONPREFIX= v
DISTVERSION= 3.16.0
CATEGORIES= databases
PKGNAMESUFFIX= -db-migration-tool
MAINTAINER= yuri@FreeBSD.org
COMMENT= Database migration tool
WWW= https://pressly.github.io/goose/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go:modules
GO_MODULE= github.com/pressly/goose/v3
GO_TARGET= ./cmd/${PORTNAME}
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>