mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
databases/rubygem-ruby-mysql: new port
ruby-mysql is a MySQL client library. It is written entirely in Ruby.
This commit is contained in:
parent
b38a9633ad
commit
cf89f76d5f
4 changed files with 21 additions and 0 deletions
|
@ -991,6 +991,7 @@
|
|||
SUBDIR += rubygem-redis-namespace110
|
||||
SUBDIR += rubygem-redis-namespace19
|
||||
SUBDIR += rubygem-redis4
|
||||
SUBDIR += rubygem-ruby-mysql
|
||||
SUBDIR += rubygem-scenic61
|
||||
SUBDIR += rubygem-sdbm
|
||||
SUBDIR += rubygem-seed-fu
|
||||
|
|
16
databases/rubygem-ruby-mysql/Makefile
Normal file
16
databases/rubygem-ruby-mysql/Makefile
Normal file
|
@ -0,0 +1,16 @@
|
|||
PORTNAME= ruby-mysql
|
||||
PORTVERSION= 4.1.0
|
||||
CATEGORIES= databases rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= antoine@FreeBSD.org
|
||||
COMMENT= MySQL connector in pure ruby
|
||||
WWW= https://gitlab.com/tmtms/ruby-mysql
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
USES= gem
|
||||
|
||||
.include <bsd.port.mk>
|
3
databases/rubygem-ruby-mysql/distinfo
Normal file
3
databases/rubygem-ruby-mysql/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1704466321
|
||||
SHA256 (rubygem/ruby-mysql-4.1.0.gem) = 6515157cfc0d986c1b9a13f52ebe3260e09c3ef9142e4703160f2f8dbf65dcbc
|
||||
SIZE (rubygem/ruby-mysql-4.1.0.gem) = 42496
|
1
databases/rubygem-ruby-mysql/pkg-descr
Normal file
1
databases/rubygem-ruby-mysql/pkg-descr
Normal file
|
@ -0,0 +1 @@
|
|||
ruby-mysql is a MySQL client library. It is written entirely in Ruby.
|
Loading…
Add table
Reference in a new issue