1d9666a4ef
The purpose of DO.rb is to rewrite existing Ruby database drivers to conform to a single interface. At present, PostgreSQL, MySQL, and SQLite adapters are available. Author: Dirkjan Bussink (dbussink) <d.bussink@gmail.com> WWW: http://rubyforge.org/projects/dorb/ PR: ports/133853 Submitted by: Espen Volden aka voldern <voldern at hoeggen.net>
26 lines
665 B
Makefile
26 lines
665 B
Makefile
# New ports collection makefile for: rubygem-do_sqlite3
|
|
# Date created: 18 April 2009
|
|
# Whom: Espen Volden aka voldern <voldern@hoeggen.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= do_sqlite3
|
|
PORTVERSION= 0.9.11
|
|
CATEGORIES= databases rubygems
|
|
MASTER_SITES= RUBYFORGE/dorb
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= voldern@hoeggen.net
|
|
COMMENT= Ruby DataObjects driver to the SQLite DB engine version 3
|
|
|
|
LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3
|
|
RUN_DEPENDS= rubygem-data_objects>=0.9.11:${PORTSDIR}/databases/rubygem-data_objects
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
CONFIGURE_ARGS= --with-sqlite3-dir=${LOCALBASE}
|
|
|
|
.include <bsd.port.mk>
|