18 lines
375 B
Makefile
18 lines
375 B
Makefile
PORTNAME= mysql2
|
|
PORTVERSION= 0.5.7
|
|
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
|
|
|
|
RUN_DEPENDS= rubygem-bigdecimal>=0:math/rubygem-bigdecimal
|
|
|
|
USES= gem mysql ssl
|
|
|
|
.include <bsd.port.mk>
|