2005-01-16 19:19:16 +01:00
|
|
|
# New ports collection makefile for: sqlite3-ruby
|
2003-06-26 05:47:13 +02:00
|
|
|
# Date created: 26 June 2003
|
|
|
|
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2005-01-16 19:19:16 +01:00
|
|
|
PORTNAME= sqlite3
|
2010-08-16 03:54:53 +02:00
|
|
|
PORTVERSION= 1.3.1
|
2007-02-08 10:53:42 +01:00
|
|
|
CATEGORIES= databases rubygems
|
2008-09-23 16:03:26 +02:00
|
|
|
MASTER_SITES= RUBYFORGE/sqlite-ruby
|
2003-06-26 05:47:13 +02:00
|
|
|
DISTNAME= ${PORTNAME}-ruby-${PORTVERSION}
|
|
|
|
|
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
|
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
|
|
|
|
|
|
|
.include <bsd.port.mk>
|