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

WWW: http://ruby-dbi.sourceforge.net
This commit is contained in:
dinoex
2014-09-21 07:52:45 +00:00
parent 9fbc4ea637
commit af01cc7b26
4 changed files with 21 additions and 0 deletions
+1
View File
@@ -836,6 +836,7 @@
SUBDIR += rubygem-couchrest
SUBDIR += rubygem-data_objects
SUBDIR += rubygem-datamapper
SUBDIR += rubygem-dbd-mysql
SUBDIR += rubygem-dbi
SUBDIR += rubygem-dm-active_model
SUBDIR += rubygem-dm-aggregates
+15
View File
@@ -0,0 +1,15 @@
# $FreeBSD$
PORTNAME= dbd-mysql
PORTVERSION= 0.4.4
CATEGORIES= databases rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= MySQL 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-mysql-0.4.4.gem) = 1d303b45efbc63e52c518cb528baabbbd4a609b19505a9143462edfd13ebaa92
SIZE (rubygem/dbd-mysql-0.4.4.gem) = 48640
+3
View File
@@ -0,0 +1,3 @@
This is the MySQL driver for DBI-for-Ruby.
WWW: http://ruby-dbi.sourceforge.net