freebsd-ports/databases/ruby-dbd_pg/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

45 lines
1 KiB
Makefile

# New ports collection makefile for: dbd_pg for DBD-for-Ruby
# Date created: 9 June 2001
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#
PORTNAME= dbd_pg
PORTVERSION= ${RUBY_DBI_PORTVERSION}
PORTREVISION= 1
CATEGORIES= databases ruby
MASTER_SITES= ${RUBY_DBI_MASTER_SITES}
MASTER_SITE_SUBDIR= ${RUBY_DBI_MASTER_SITE_SUBDIR}
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DISTNAME= ${RUBY_DBI_DISTNAME}
DIST_SUBDIR= ruby
MAINTAINER= boumenot@gmail.com
COMMENT= PostgreSQL driver for DBI-for-Ruby
RUN_DEPENDS= ${RUBY_SITELIBDIR}/dbi.rb:${RUBY_DBI_PORTDIR} \
rubygem-postgres>=0:${PORTSDIR}/databases/rubygem-postgres
USE_RUBY= yes
USE_RUBY_SETUP= yes
SLAVE_PORT= yes
MASTER_PORT= databases/ruby-dbi
WRKSRC= ${RUBY_DBI_WRKSRC}
CONFIGURE_ARGS= --with=${PORTNAME}
DOCS_EN= doc/dbd/postgresql/*
.include "${.CURDIR}/../ruby-dbi/Makefile.common"
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${RUBY_MODDOCDIR}
.for f in ${DOCS_EN}
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/
.endfor
.endif
.include <bsd.port.mk>