Files

22 lines
367 B
Makefile
Raw Permalink Normal View History

COMMENT = simple and fast ruby binding to FreeTDS
2025-12-28 17:10:52 +00:00
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
2017-11-13 22:44:18 +00:00
WANTLIB = sybdb
LIB_DEPENDS = databases/freetds
CONFIGURE_STYLE =ruby gem ext
.include <bsd.port.mk>