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

WWW: http://ruby-dbi.sourceforge.net
This commit is contained in:
Dirk Meyer 2014-09-21 07:52:45 +00:00
parent 1699ac3f40
commit fc0b13e922
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=368721
4 changed files with 21 additions and 0 deletions

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

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>

View file

@ -0,0 +1,2 @@
SHA256 (rubygem/dbd-mysql-0.4.4.gem) = 1d303b45efbc63e52c518cb528baabbbd4a609b19505a9143462edfd13ebaa92
SIZE (rubygem/dbd-mysql-0.4.4.gem) = 48640

View file

@ -0,0 +1,3 @@
This is the MySQL driver for DBI-for-Ruby.
WWW: http://ruby-dbi.sourceforge.net