freebsd-ports/databases/rubygem-mysql/Makefile
Sunpoet Po-Chuan Hsieh 2d2e3e3e84 Fix build with Ruby 2.4+ and unbreak this port
MFH:		2018Q1
2018-01-04 20:12:38 +00:00

18 lines
303 B
Makefile

# Created by: Ryan Steinmetz <zi@FreeBSD.org>
# $FreeBSD$
PORTNAME= mysql
PORTVERSION= 2.9.1
CATEGORIES= databases rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= MySQL API module for Ruby
LICENSE= GPLv2 RUBY
LICENSE_COMB= dual
USE_RUBY= yes
USES= gem mysql
.include <bsd.port.mk>