ports/databases/goose/Makefile
Yuri Victorovich 1dfc206a72 databases/goose: update 3.21.1 → 3.22.0
Reported by:	portscout
2024-09-04 01:08:15 -07:00

22 lines
403 B
Makefile

PORTNAME= goose
DISTVERSIONPREFIX= v
DISTVERSION= 3.22.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>