opnsense-ports/databases/rubygem-mysql2/Makefile
Franco Fichtner ce54253be7 */*: sync with upstream
Taken from: FreeBSD
2022-05-13 21:42:58 +02:00

17 lines
326 B
Makefile

# Created by: Kimo <kimor79@yahoo.com>
PORTNAME= mysql2
PORTVERSION= 0.5.4
CATEGORIES= databases rubygems
MASTER_SITES= RG
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
.include <bsd.port.mk>