diff options
Diffstat (limited to 'databases/ruby-dbd_sqlite3/Makefile')
-rw-r--r-- | databases/ruby-dbd_sqlite3/Makefile | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/databases/ruby-dbd_sqlite3/Makefile b/databases/ruby-dbd_sqlite3/Makefile deleted file mode 100644 index 41c22af9d129..000000000000 --- a/databases/ruby-dbd_sqlite3/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# Created by: Cheng-Lung Sung <clsung@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= dbd_sqlite3 -PORTVERSION= 1.2.5 -PORTREVISION= 1 -CATEGORIES= databases ruby -MASTER_SITES= RF -MASTER_SITE_SUBDIR= ruby-dbi -PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DISTNAME= dbd-sqlite3-${PORTVERSION} -DIST_SUBDIR= ruby - -MAINTAINER= ruby@FreeBSD.org -COMMENT= SQLite3 driver for DBI-for-Ruby - -LIB_DEPENDS= libsqlite3.so:${PORTSDIR}/databases/sqlite3 -RUN_DEPENDS= ${RUBY_SITELIBDIR}/dbi.rb:${PORTSDIR}/databases/ruby-dbi - -USE_RUBY= yes -USE_RUBY_SETUP= yes - -DEPRECATED= RubyForge shutdown May 15 2014 -EXPIRATION_DATE= 2014-09-20 - -.include <bsd.port.mk> |