Files
ports/databases/ruby-mysql/Makefile
T
jeremy 477f3b51b4 Avoid tainted string function deprecation warnings, and allow eventual
building and running without warnings on Ruby 3.2.

OK tb@
2022-04-25 16:03:45 +00:00

27 lines
498 B
Makefile

COMMENT= access a MySQL database from Ruby
DISTNAME= mysql-2.9.1
REVISION= 7
CATEGORIES= databases
HOMEPAGE= http://tmtm.org/mysql/ruby/
# Ruby License
PERMIT_PACKAGE= Yes
MODULES= databases/mariadb lang/ruby
WANTLIB= mariadb crypto pthread ssl z
LIB_DEPENDS= databases/mariadb
CONFIGURE_STYLE=ruby gem ext
TEST_ENV = \
MYSQL_SOCK=${MODMARIADB_TEST_SOCKET} \
RUBYLIB=${GEM_BASE_LIB}/gems/${DISTNAME}/lib
MODMARIADB_TEST_CMD = ${RUBY} ${WRKSRC}/test/test_mysql.rb
.include <bsd.port.mk>