mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
16 lines
265 B
Makefile
16 lines
265 B
Makefile
PORTNAME= ruby-mysql
|
|
PORTVERSION= 4.2.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>
|