summaryrefslogtreecommitdiff
path: root/databases/rubygem-sqlite3-ruby/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2010-03-11 09:42:07 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2010-03-11 09:42:07 +0000
commit08acf5c407242344b0047b8040900f52df620dde (patch)
tree49936ec28d8b2a4256959f13245d757df97e04bd /databases/rubygem-sqlite3-ruby/Makefile
parentUpgrade to version 2.4.0. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_7_3_0'.release/7.3.0
Notes
Notes: svn path=/head/; revision=250901 svn path=/tags/RELEASE_7_3_0/; revision=250902; tag=release/7.3.0
Diffstat (limited to 'databases/rubygem-sqlite3-ruby/Makefile')
-rw-r--r--databases/rubygem-sqlite3-ruby/Makefile26
1 files changed, 0 insertions, 26 deletions
diff --git a/databases/rubygem-sqlite3-ruby/Makefile b/databases/rubygem-sqlite3-ruby/Makefile
deleted file mode 100644
index c6492884ab8c..000000000000
--- a/databases/rubygem-sqlite3-ruby/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# New ports collection makefile for: sqlite3-ruby
-# Date created: 26 June 2003
-# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= sqlite3
-PORTVERSION= 1.2.5
-CATEGORIES= databases rubygems
-MASTER_SITES= RUBYFORGE/sqlite-ruby
-DISTNAME= ${PORTNAME}-ruby-${PORTVERSION}
-
-MAINTAINER= ruby@FreeBSD.org
-COMMENT= Ruby interface to the SQLite DB engine version 3
-
-BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13
-LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3
-
-USE_RUBY= yes
-USE_RUBYGEMS= yes
-CONFIGURE_ARGS+=--with-sqlite3-dir=${LOCALBASE}
-GEM_NAME= ${DISTNAME}
-RUBYGEM_AUTOPLIST= yes
-
-.include <bsd.port.mk>