mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
19 lines
329 B
Makefile
19 lines
329 B
Makefile
# Created by: Kimo <kimor79@yahoo.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mysql2
|
|
PORTVERSION= 0.3.16
|
|
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>
|