diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2004-02-14 07:18:35 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2004-02-14 07:18:35 +0000 |
commit | 00535086d3a922b17e2beead589f92e6cd585ff8 (patch) | |
tree | 39749b1efaaad8c42f3be50320a00cac0799aacc /databases/rubygem-sqlite3/Makefile | |
parent | b6deb36621300a80aab2d23031a1a259f9b0ce01 (diff) | |
download | ports-release/5.2.1.tar.gz ports-release/5.2.1.zip |
This commit was manufactured by cvs2svn to create tag 'RELEASE_5_2_1'.release/5.2.1
Diffstat (limited to 'databases/rubygem-sqlite3/Makefile')
-rw-r--r-- | databases/rubygem-sqlite3/Makefile | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/databases/rubygem-sqlite3/Makefile b/databases/rubygem-sqlite3/Makefile deleted file mode 100644 index e15082239aa7..000000000000 --- a/databases/rubygem-sqlite3/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: sqlite-ruby -# Date created: 26 June 2003 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# -# $FreeBSD$ -# - -PORTNAME= sqlite -PORTVERSION= 1.0 -CATEGORIES= databases ruby -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME}-ruby -PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DISTNAME= ${PORTNAME}-ruby-${PORTVERSION} -DIST_SUBDIR= ruby - -MAINTAINER= knu@FreeBSD.org -COMMENT= Ruby interface to the SQLite DB engine - -LIB_DEPENDS= sqlite.2:${.CURDIR}/../sqlite - -USE_RUBY= yes -USE_RUBY_EXTCONF= yes - -WRKSRC= ${WRKDIR}/${PORTNAME} -INSTALL_TARGET= site-install - -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${RUBY_MODEXAMPLESDIR}/ - ${INSTALL_DATA} ${WRKSRC}/samples/* ${RUBY_MODEXAMPLESDIR}/ - ${MKDIR} ${RUBY_MODDOCDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${RUBY_MODDOCDIR}/ -.endif - -.include <bsd.port.mk> |