20 lines
371 B
Makefile
20 lines
371 B
Makefile
# Created by: Kimo <kimor79@yahoo.com>
|
|
|
|
PORTNAME= mysql2
|
|
PORTVERSION= 0.4.10
|
|
CATEGORIES= databases rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 04
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Simple, fast MySQL library for Ruby, binding to libmysql
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= gem mysql ssl
|
|
USE_RUBY= yes
|
|
|
|
PORTSCOUT= limit:^0\.4\.
|
|
|
|
.include <bsd.port.mk>
|