diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2007-01-29 10:14:29 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2007-01-29 10:14:29 +0000 |
commit | cec49cf8f48420d4e91f2d480cf281bd2d79e999 (patch) | |
tree | 26a0b2f13d3c39b0da0fdcdd6f2fdbf06bdc636e /databases/rubygem-sqlite3/Makefile | |
parent | 6a1c5fb9a79f259c9737a9bfa2ce5a164672585b (diff) |
Notes
Diffstat (limited to 'databases/rubygem-sqlite3/Makefile')
-rw-r--r-- | databases/rubygem-sqlite3/Makefile | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/databases/rubygem-sqlite3/Makefile b/databases/rubygem-sqlite3/Makefile deleted file mode 100644 index 4176a611117a..000000000000 --- a/databases/rubygem-sqlite3/Makefile +++ /dev/null @@ -1,39 +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.1.0 -CATEGORIES= databases ruby -MASTER_SITES= ${MASTER_SITE_RUBYFORGE} -MASTER_SITE_SUBDIR= sqlite-ruby -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> |