summaryrefslogtreecommitdiff
path: root/databases/rubygem-sqlite3-ruby/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/rubygem-sqlite3-ruby/Makefile')
-rw-r--r--databases/rubygem-sqlite3-ruby/Makefile43
1 files changed, 0 insertions, 43 deletions
diff --git a/databases/rubygem-sqlite3-ruby/Makefile b/databases/rubygem-sqlite3-ruby/Makefile
deleted file mode 100644
index 17fa00a5a6b1..000000000000
--- a/databases/rubygem-sqlite3-ruby/Makefile
+++ /dev/null
@@ -1,43 +0,0 @@
-# New ports collection makefile for: sqlite-ruby
-# Date created: 26 June 2003
-# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= sqlite
-PORTVERSION= 2.2.2
-CATEGORIES= databases ruby
-MASTER_SITES= http://rubyforge.org/frs/download.php/1901/
-PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
-DISTNAME= ${PORTNAME}-ruby-${PORTVERSION}
-DIST_SUBDIR= ruby
-
-MAINTAINER= knu@FreeBSD.org
-COMMENT= Ruby interface to the SQLite DB engine
-
-LIB_DEPENDS= sqlite.2:${PORTSDIR}/databases/sqlite2
-
-USE_BZIP2= yes
-USE_RUBY= yes
-USE_RUBY_EXTCONF= yes
-
-CONFIGURE_WRKSRC= ${WRKSRC}/ext
-BUILD_WRKSRC= ${WRKSRC}/ext
-INSTALL_WRKSRC= ${WRKSRC}/ext
-INSTALL_TARGET= site-install
-
-DOCS= ChangeLog LICENSE api/* doc/*
-
-post-extract:
- ${LN} -s ../lib ${WRKSRC}/ext/
-
-post-install:
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${RUBY_MODDOCDIR}
-.for f in ${DOCS}
- ${CP} -R ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/
-.endfor
-.endif
-
-.include <bsd.port.mk>