This is the MySQL driver for DBI-for-Ruby.
WWW: http://ruby-dbi.sourceforge.net
This commit is contained in:
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
|
@ -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
databases/rubygem-dbd-mysql/Makefile
Normal file
15
databases/rubygem-dbd-mysql/Makefile
Normal 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
databases/rubygem-dbd-mysql/distinfo
Normal file
2
databases/rubygem-dbd-mysql/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (rubygem/dbd-mysql-0.4.4.gem) = 1d303b45efbc63e52c518cb528baabbbd4a609b19505a9143462edfd13ebaa92
|
||||
SIZE (rubygem/dbd-mysql-0.4.4.gem) = 48640
|
3
databases/rubygem-dbd-mysql/pkg-descr
Normal file
3
databases/rubygem-dbd-mysql/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
This is the MySQL driver for DBI-for-Ruby.
|
||||
|
||||
WWW: http://ruby-dbi.sourceforge.net
|
Loading…
Reference in a new issue