Files
jeremy dbce08e625 Update to tiny_tds 3.3.0
Remove pessimistic dependency versioning for bigdecimal, allowing
building with Ruby 4.0
2025-12-28 17:10:52 +00:00

22 lines
367 B
Makefile

COMMENT = simple and fast ruby binding to FreeTDS
DISTNAME = tiny_tds-3.3.0
CATEGORIES = databases
HOMEPAGE = https://github.com/rails-sqlserver/tiny_tds
MAINTAINER = Jeremy Evans <jeremy@openbsd.org>
# MIT License
PERMIT_PACKAGE = Yes
MODULES = lang/ruby
WANTLIB = sybdb
LIB_DEPENDS = databases/freetds
CONFIGURE_STYLE =ruby gem ext
.include <bsd.port.mk>