diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2009-11-14 12:33:33 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2009-11-14 12:33:33 +0000 |
commit | cc415305a049ca523f2a8cf674009fa77c54fee6 (patch) | |
tree | 6cf30da0266c6ffa712f243cc23f3c1b5c4a4fb8 /databases/rubygem-sqlite3-ruby/Makefile | |
parent | - Now fix to use this port on !i386. (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_8_0_0'.release/8.0.0
Diffstat (limited to 'databases/rubygem-sqlite3-ruby/Makefile')
-rw-r--r-- | databases/rubygem-sqlite3-ruby/Makefile | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/databases/rubygem-sqlite3-ruby/Makefile b/databases/rubygem-sqlite3-ruby/Makefile deleted file mode 100644 index 2ea6ffcce943..000000000000 --- a/databases/rubygem-sqlite3-ruby/Makefile +++ /dev/null @@ -1,26 +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.2.4 -CATEGORIES= databases rubygems -MASTER_SITES= RUBYFORGE/sqlite-ruby -DISTNAME= ${PORTNAME}-ruby-${PORTVERSION} - -MAINTAINER= ruby@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 - -USE_RUBY= yes -USE_RUBYGEMS= yes -GEM_NAME= ${DISTNAME} -RUBYGEM_AUTOPLIST= yes - - -.include <bsd.port.mk> |