e8de709562
- Add LICENSE - Update WWW Changes: https://github.com/brianmario/mysql2/releases
19 lines
342 B
Makefile
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>
|