78ea0c519a
connecting, querying and iterating over results to Microsoft SQL Server databases from ruby. Even though it uses FreeTDS's DB-Library, it is NOT meant to serve as direct 1:1 mapping of that complex C API. OK sthen@
27 lines
519 B
Makefile
27 lines
519 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2011/04/01 23:17:08 jeremy Exp $
|
|
|
|
COMMENT = simple and fast ruby binding to FreeTDS
|
|
|
|
DISTNAME = tiny_tds-0.4.3
|
|
CATEGORIES = databases
|
|
|
|
HOMEPAGE = https://github.com/rails-sqlserver/tiny_tds
|
|
|
|
MAINTAINER = Jeremy Evans <jeremy@openbsd.org>
|
|
|
|
# MIT License
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MODULES = lang/ruby
|
|
|
|
WANTLIB = sybdb
|
|
|
|
LIB_DEPENDS = databases/freetds
|
|
|
|
CONFIGURE_STYLE =ruby gem ext
|
|
|
|
.include <bsd.port.mk>
|