From 58261648b1b4ad3f2a0cd535dedbfce64df600be Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Sat, 9 Jun 2001 14:23:33 +0000 Subject: Update Ruby/DBI to 0.0.5. ruby-dbd_postgresql has been renamed to ruby-dbd_pg. (without a repocopy since ruby-dbd_postgresql has no history) --- databases/ruby-dbd_pg/Makefile | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 databases/ruby-dbd_pg/Makefile (limited to 'databases/ruby-dbd_pg/Makefile') diff --git a/databases/ruby-dbd_pg/Makefile b/databases/ruby-dbd_pg/Makefile new file mode 100644 index 000000000000..03d8df99037c --- /dev/null +++ b/databases/ruby-dbd_pg/Makefile @@ -0,0 +1,39 @@ +# New ports collection makefile for: dbd_pg for DBD-for-Ruby +# Date created: 9 June 2001 +# Whom: Akinori MUSHA aka knu +# +# $FreeBSD$ +# + +PORTNAME= dbd_pg +PORTVERSION= ${RUBY_DBI_PORTVERSION} +CATEGORIES= databases ruby +MASTER_SITES= ${RUBY_DBI_MASTER_SITES} +PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} +DISTNAME= ${RUBY_DBI_DISTNAME} +DIST_SUBDIR= ruby + +MAINTAINER= knu@FreeBSD.org + +RUN_DEPENDS= ${RUBY_SITELIBDIR}/dbi.rb:${RUBY_DBI_PORTDIR} \ + ${RUBY_SITEARCHLIBDIR}/postgres.so:${.CURDIR}/../ruby-postgres + +USE_RUBY= yes +USE_RUBY_SETUP= yes + +WRKSRC= ${RUBY_DBI_WRKSRC} +CONFIGURE_ARGS= --with=lib/${PORTNAME} + +DOCS_EN= lib/${PORTNAME}/doc/* + +.include "${.CURDIR}/../ruby-dbi/Makefile.common" + +post-install: +.if !defined(NOPORTDOCS) + ${MKDIR} ${RUBY_DOCDIR}/${RUBY_DBI_PORTNAME}/${PORTNAME} +.for f in ${DOCS_EN} + ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/${RUBY_DBI_PORTNAME}/${PORTNAME}/ +.endfor +.endif + +.include -- cgit v1.2.3