aboutsummaryrefslogtreecommitdiff
path: root/databases/pgschema/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/pgschema/Makefile')
-rw-r--r--databases/pgschema/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/databases/pgschema/Makefile b/databases/pgschema/Makefile
new file mode 100644
index 000000000000..3f1f72cef345
--- /dev/null
+++ b/databases/pgschema/Makefile
@@ -0,0 +1,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>