[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / ports / databases / ruby-tiny_tds

File: [local] / ports / databases / ruby-tiny_tds / Makefile (download)

Revision 1.22, Sun Jan 8 02:46:28 2023 UTC (16 months, 3 weeks ago) by jeremy
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, HEAD
Changes since 1.21: +1 -1 lines

Update to tiny_tds 2.1.5

Add patch to avoid warning on Ruby 3.2.

COMMENT =	simple and fast ruby binding to FreeTDS

DISTNAME =	tiny_tds-2.1.5
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>