This is the PostgreSQL driver for DBI-for-Ruby.

WWW: http://ruby-dbi.sourceforge.net
This commit is contained in:
Dirk Meyer
2014-09-21 08:17:25 +00:00
parent 32f521a0e0
commit 610f05f334
4 changed files with 21 additions and 0 deletions
+1
View File
@@ -837,6 +837,7 @@
SUBDIR += rubygem-data_objects
SUBDIR += rubygem-datamapper
SUBDIR += rubygem-dbd-mysql
SUBDIR += rubygem-dbd-pg
SUBDIR += rubygem-dbi
SUBDIR += rubygem-dm-active_model
SUBDIR += rubygem-dm-aggregates
+15
View File
@@ -0,0 +1,15 @@
# $FreeBSD$
PORTNAME= dbd-pg
PORTVERSION= 0.3.9
CATEGORIES= databases rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= PostgreSQL driver for DBI-for-Ruby
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>
+2
View File
@@ -0,0 +1,2 @@
SHA256 (rubygem/dbd-pg-0.3.9.gem) = 8f07c011ce4ec0ffd6115f8a9b9c5739494eafc8d3241edc36576d39e039b4ed
SIZE (rubygem/dbd-pg-0.3.9.gem) = 56832
+3
View File
@@ -0,0 +1,3 @@
This is the PostgreSQL driver for DBI-for-Ruby.
WWW: http://ruby-dbi.sourceforge.net