summaryrefslogtreecommitdiff
path: root/databases/rubygem-pg-gitlab
diff options
context:
space:
mode:
Diffstat (limited to 'databases/rubygem-pg-gitlab')
-rw-r--r--databases/rubygem-pg-gitlab/Makefile24
-rw-r--r--databases/rubygem-pg-gitlab/distinfo3
-rw-r--r--databases/rubygem-pg-gitlab/pkg-descr3
3 files changed, 30 insertions, 0 deletions
diff --git a/databases/rubygem-pg-gitlab/Makefile b/databases/rubygem-pg-gitlab/Makefile
new file mode 100644
index 000000000000..a38f94f8e673
--- /dev/null
+++ b/databases/rubygem-pg-gitlab/Makefile
@@ -0,0 +1,24 @@
+PORTNAME= pg
+PORTVERSION= 1.6.1
+CATEGORIES= databases rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= -gitlab
+
+MAINTAINER= mfechner@FreeBSD.org
+COMMENT= Ruby interface to PostgreSQL library
+WWW= https://github.com/ged/ruby-pg
+
+LICENSE= BSD2CLAUSE RUBY
+LICENSE_COMB= dual
+LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/BSDL
+LICENSE_FILE_RUBY= ${WRKSRC}/LICENSE
+
+USES= gem pgsql
+
+CONFIGURE_ARGS= --with-pgsql-include-dir=`${PG_CONFIG} --includedir` \
+ --with-pgsql-lib-dir=`${PG_CONFIG} --libdir`
+PG_CONFIG= ${LOCALBASE}/bin/pg_config
+
+PORTSCOUT= limit:^1\.6\.
+
+.include <bsd.port.mk>
diff --git a/databases/rubygem-pg-gitlab/distinfo b/databases/rubygem-pg-gitlab/distinfo
new file mode 100644
index 000000000000..0eec46002077
--- /dev/null
+++ b/databases/rubygem-pg-gitlab/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1755674807
+SHA256 (rubygem/pg-1.6.1.gem) = e210a75e5f702954537e73bb82f90dfbe0c6d9273c018cd0e93e779181028e6b
+SIZE (rubygem/pg-1.6.1.gem) = 222720
diff --git a/databases/rubygem-pg-gitlab/pkg-descr b/databases/rubygem-pg-gitlab/pkg-descr
new file mode 100644
index 000000000000..f942a1c46ddd
--- /dev/null
+++ b/databases/rubygem-pg-gitlab/pkg-descr
@@ -0,0 +1,3 @@
+rubygem-pg provides the module "pg", a Ruby interface to the
+PostgreSQL Relational Database Management System, which
+supersedes the old "postgres" module.