mirror of
https://git.freebsd.org/ports.git
synced 2025-06-20 20:20:30 -04:00
15 lines
315 B
Makefile
15 lines
315 B
Makefile
PORTNAME= mysql2
|
|
PORTVERSION= 0.5.6
|
|
CATEGORIES= databases rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Simple, fast MySQL library for Ruby, binding to libmysql
|
|
WWW= https://github.com/brianmario/mysql2
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= gem mysql ssl
|
|
|
|
.include <bsd.port.mk>
|