2013-09-20 18:13:47 +02:00
|
|
|
# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
|
2003-06-26 05:47:13 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2005-01-16 19:19:16 +01:00
|
|
|
PORTNAME= sqlite3
|
2014-03-23 07:21:13 +01:00
|
|
|
PORTVERSION= 1.3.9
|
2014-06-27 19:21:06 +02:00
|
|
|
PORTREVISION= 1
|
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
|
|
|
|
2013-11-29 20:10:35 +01:00
|
|
|
LICENSE= BSD
|
2003-06-26 05:47:13 +02:00
|
|
|
|
2013-11-29 20:10:35 +01:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/bin/swig:${PORTSDIR}/devel/swig13
|
|
|
|
LIB_DEPENDS= libsqlite3.so:${PORTSDIR}/databases/sqlite3
|
2010-06-06 21:25:10 +02:00
|
|
|
|
2013-11-29 20:10:35 +01:00
|
|
|
CONFIGURE_ARGS= --with-sqlite3-dir=${LOCALBASE}
|
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
|
|
|
|
|
|
|
.include <bsd.port.mk>
|