openbsd-ports/databases/ruby-tiny_tds/Makefile
jeremy 78ea0c519a The TinyTDS gem is meant to serve the extremely common use-case of
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@
2011-04-01 23:17:08 +00:00

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>