aboutsummaryrefslogtreecommitdiff
path: root/databases/rubygem-sqlite3/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2005-04-20 06:16:18 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2005-04-20 06:16:18 +0000
commit8673c7ec800a8bcc6da14c506081a3cb76e2b8ea (patch)
treead3f495c08f0cc331b6958d319f699d021175c19 /databases/rubygem-sqlite3/Makefile
parent0d9507efb9d902ba8e7fafa90edd7893d2f8db19 (diff)
Notes
Diffstat (limited to 'databases/rubygem-sqlite3/Makefile')
-rw-r--r--databases/rubygem-sqlite3/Makefile40
1 files changed, 0 insertions, 40 deletions
diff --git a/databases/rubygem-sqlite3/Makefile b/databases/rubygem-sqlite3/Makefile
deleted file mode 100644
index c3a4abc1b3d6..000000000000
--- a/databases/rubygem-sqlite3/Makefile
+++ /dev/null
@@ -1,40 +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= 0.9.0
-CATEGORIES= databases ruby
-MASTER_SITES= http://rubyforge.org/frs/download.php/2488/
-PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
-DISTNAME= ${PORTNAME}-ruby-${PORTVERSION}
-DIST_SUBDIR= ruby
-
-MAINTAINER= knu@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
-
-BROKEN= Incomplete pkg-plist
-
-USE_BZIP2= yes
-USE_RUBY= yes
-USE_RUBY_SETUP= yes
-
-CONFIGURE_ARGS= -- --with-sqlite3-dir="${LOCALBASE}"
-
-DOCS= ChangeLog LICENSE README api/* doc/*
-
-post-install:
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${RUBY_MODDOCDIR}
-.for f in ${DOCS}
- ${CP} -R ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/
-.endfor
-.endif
-
-.include <bsd.port.mk>