mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
21 lines
371 B
Makefile
21 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>
|