summaryrefslogtreecommitdiff
path: root/databases/ruby-dbd_sqlrelay/Makefile
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-02-18 23:44:49 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-02-18 23:44:49 +0000
commit11ea174ccbc9cebd4134768e8fb92c6a3dc2c559 (patch)
tree1514ed7a486e108239615c1d83319d83bacdbc3d /databases/ruby-dbd_sqlrelay/Makefile
parentUpdate dependency to bash2 in preparation for removing bash1. (diff)
As previously announced, remove ports that have reached their expiry date,
and the handful of ports that depended on them.
Notes
Notes: svn path=/head/; revision=129234
Diffstat (limited to 'databases/ruby-dbd_sqlrelay/Makefile')
-rw-r--r--databases/ruby-dbd_sqlrelay/Makefile34
1 files changed, 0 insertions, 34 deletions
diff --git a/databases/ruby-dbd_sqlrelay/Makefile b/databases/ruby-dbd_sqlrelay/Makefile
deleted file mode 100644
index 90f50b3a3f82..000000000000
--- a/databases/ruby-dbd_sqlrelay/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# New ports collection makefile for: dbd_sqlrelay for DBD-for-Ruby
-# Date created: 15 November 2001
-# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= dbd_sqlrelay
-PORTVERSION= ${RUBY_DBI_PORTVERSION}
-PORTREVISION= 1
-CATEGORIES= databases ruby
-MASTER_SITES= ${RUBY_DBI_MASTER_SITES}
-MASTER_SITE_SUBDIR= ${RUBY_DBI_MASTER_SITE_SUBDIR}
-PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
-DISTNAME= ${RUBY_DBI_DISTNAME}
-DIST_SUBDIR= ruby
-
-MAINTAINER= knu@FreeBSD.org
-COMMENT= SQLRelay driver for DBI-for-Ruby
-
-RUN_DEPENDS= ${RUBY_SITELIBDIR}/dbi.rb:${RUBY_DBI_PORTDIR} \
- ${RUBY_SITEARCHLIBDIR}/sqlrelay.so:${.CURDIR}/../ruby-sqlrelay
-
-USE_RUBY= yes
-USE_RUBY_SETUP= yes
-
-WRKSRC= ${RUBY_DBI_WRKSRC}
-CONFIGURE_ARGS= --with=lib/${PORTNAME}
-
-DOCS_EN= lib/${PORTNAME}/doc/*
-
-.include "${.CURDIR}/../ruby-dbi/Makefile.common"
-
-.include <bsd.port.mk>