freebsd-ports/databases/rubygem-mysql/Makefile
Ryan Steinmetz b0ac880d36 New port: databases/rubygem-mysql:
This is the MySQL API module for Ruby. It provides the same functions for Ruby
programs that the MySQL C API provides for C programs.

WWW: https://rubygems.org/gems/mysql
2013-03-17 20:22:40 +00:00

17 lines
306 B
Makefile

# Created by: Ryan Steinmetz <zi@FreeBSD.org>
# $FreeBSD$
PORTNAME= mysql
PORTVERSION= 2.9.1
CATEGORIES= databases rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= The MySQL API module for Ruby
USE_MYSQL= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>