2013-06-23 06:58:46 +02:00
|
|
|
# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
|
2003-06-26 05:47:13 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2011-07-21 02:37:18 +02:00
|
|
|
PORTNAME= sqlite3-ruby
|
2013-06-23 06:58:46 +02:00
|
|
|
PORTVERSION= 1.3.3
|
2007-02-08 10:53:42 +01:00
|
|
|
CATEGORIES= databases rubygems
|
2010-10-05 11:09:18 +02:00
|
|
|
MASTER_SITES= RG
|
2003-06-26 05:47:13 +02:00
|
|
|
|
2010-01-12 08:18:54 +01:00
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
2005-01-16 19:19:16 +01:00
|
|
|
COMMENT= Ruby interface to the SQLite DB engine version 3
|
2003-06-26 05:47:13 +02:00
|
|
|
|
2005-01-16 19:19:16 +01:00
|
|
|
LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3
|
2010-06-06 21:25:10 +02:00
|
|
|
BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13
|
2013-06-23 06:58:46 +02:00
|
|
|
RUN_DEPENDS= rubygem-sqlite3>=1.3.3:${PORTSDIR}/databases/rubygem-sqlite3
|
2003-06-26 05:47:13 +02:00
|
|
|
|
2009-11-21 04:55:12 +01:00
|
|
|
CONFIGURE_ARGS+=--with-sqlite3-dir=${LOCALBASE}
|
2010-06-06 21:25:10 +02:00
|
|
|
|
2009-04-09 02:11:47 +02:00
|
|
|
GEM_NAME= ${DISTNAME}
|
2010-06-06 21:25:10 +02:00
|
|
|
|
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RUBYGEMS= yes
|
2009-04-09 02:11:47 +02:00
|
|
|
RUBYGEM_AUTOPLIST= yes
|
2008-04-06 10:58:21 +02:00
|
|
|
|
2013-06-23 06:58:46 +02:00
|
|
|
PLIST_FILES+= bin/sqlite3_ruby
|
|
|
|
|
2008-04-06 10:58:21 +02:00
|
|
|
.include <bsd.port.mk>
|