summaryrefslogtreecommitdiff
path: root/databases/rubygem-mysql2/Makefile
blob: 19ae236ea52c7db5c67f372addaaf459b7d1655b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PORTNAME=	mysql2
PORTVERSION=	0.5.4
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
USE_RUBY=	yes

.include <bsd.port.mk>