freebsd-ports/databases/rubygem-mysql2/Makefile
Sunpoet Po-Chuan Hsieh e8de709562 - Update to 0.3.18
- Add LICENSE
- Update WWW

Changes:	https://github.com/brianmario/mysql2/releases
2015-05-10 20:16:55 +00:00

19 lines
342 B
Makefile

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