diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2006-03-23 22:24:03 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2006-03-23 22:24:03 +0000 |
| commit | 96fe98e1c6bc0301781b0dd7dbfeef3e3f137f43 (patch) | |
| tree | 7650cfe102643b74d6ad1d3efe1771281b5e66f0 /databases/rubygem-sqlite3/Makefile | |
| parent | 503c7f7052756548d3712a6b0f3fb6d32ddbb8e9 (diff) | |
Diffstat (limited to 'databases/rubygem-sqlite3/Makefile')
| -rw-r--r-- | databases/rubygem-sqlite3/Makefile | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/databases/rubygem-sqlite3/Makefile b/databases/rubygem-sqlite3/Makefile deleted file mode 100644 index 6a98fad40147..000000000000 --- a/databases/rubygem-sqlite3/Makefile +++ /dev/null @@ -1,38 +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= ports@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_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> |
