summaryrefslogtreecommitdiff
path: root/databases/rubygem-sqlite3-ruby/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2010-12-04 09:10:24 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2010-12-04 09:10:24 +0000
commit058f99bb6be204f053b06d0ad32951709df6109f (patch)
treed55abf725c2c1bef9c08f04fa131ff3b081ef61a /databases/rubygem-sqlite3-ruby/Makefile
parentddf00fcd5395624bf1ee4fb0f5ac3b1eac59bb23 (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_6_EOL'.6-eol
Diffstat (limited to 'databases/rubygem-sqlite3-ruby/Makefile')
-rw-r--r--databases/rubygem-sqlite3-ruby/Makefile28
1 files changed, 0 insertions, 28 deletions
diff --git a/databases/rubygem-sqlite3-ruby/Makefile b/databases/rubygem-sqlite3-ruby/Makefile
deleted file mode 100644
index c3f9377a9c92..000000000000
--- a/databases/rubygem-sqlite3-ruby/Makefile
+++ /dev/null
@@ -1,28 +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.3.2
-CATEGORIES= databases rubygems
-MASTER_SITES= RG
-DISTNAME= ${PORTNAME}-ruby-${PORTVERSION}
-
-MAINTAINER= ruby@FreeBSD.org
-COMMENT= Ruby interface to the SQLite DB engine version 3
-
-LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3
-BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13
-
-CONFIGURE_ARGS+=--with-sqlite3-dir=${LOCALBASE}
-
-GEM_NAME= ${DISTNAME}
-
-USE_RUBY= yes
-USE_RUBYGEMS= yes
-RUBYGEM_AUTOPLIST= yes
-
-.include <bsd.port.mk>