mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
cf89f76d5f
ruby-mysql is a MySQL client library. It is written entirely in Ruby.
17 lines
265 B
Makefile
17 lines
265 B
Makefile
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>
|