18 lines
339 B
Makefile
18 lines
339 B
Makefile
# Created by: Kimo <kimor79@yahoo.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mysql2
|
|
PORTVERSION= 0.4.10
|
|
CATEGORIES= databases rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Simple, fast MySQL library for Ruby, binding to libmysql
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USE_RUBY= yes
|
|
USES= gem mysql ssl
|
|
|
|
.include <bsd.port.mk>
|