freebsd-ports/databases/rubygem-mysql2/Makefile
2013-10-30 02:26:17 +00:00

18 lines
329 B
Makefile

# Created by: Kimo <kimor79@yahoo.com>
# $FreeBSD$
PORTNAME= mysql2
PORTVERSION= 0.3.13
CATEGORIES= databases rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Simple, fast MySQL library for Ruby, binding to libmysql
USE_MYSQL= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>