summaryrefslogtreecommitdiff
path: root/databases/pgschema/Makefile
blob: 3f1f72cef345cf45f6d6d07dbef02547a35759ca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PORTNAME=	pgschema
DISTVERSIONPREFIX=	v
DISTVERSION=	1.1.0
PORTREVISION=	1
CATEGORIES=	databases

MAINTAINER=	olgeni@FreeBSD.org
COMMENT=	Terraform-style declarative schema migration workflow for Postgres
WWW=		https://github.com/pgschema/pgschema

LICENSE=	PGSCHEMA
LICENSE_NAME=	pgschema Community License v1.0
LICENSE_FILE=	${WRKSRC}/LICENSE
LICENSE_PERMS=	dist-mirror pkg-mirror auto-accept

USES=		go:1.24,modules

GO_MODULE=	github.com/pgschema/pgschema

PLIST_FILES=	bin/pgschema

.include <bsd.port.mk>