- Update to ruby-dbi-0.1.0, and

- take over maintainership.

PR:		ports/97010
Submitted by:	maintainer (Christopher Boumenot)
This commit is contained in:
Cheng-Lung Sung 2006-05-09 07:46:44 +00:00
parent de3780399a
commit 22dc4b7ce4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=161784

View file

@ -14,7 +14,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DISTNAME= ${RUBY_DBI_DISTNAME}
DIST_SUBDIR= ruby
MAINTAINER= ports@FreeBSD.org
MAINTAINER= boumenot@gmail.com
COMMENT= mSQL driver for DBI-for-Ruby
RUN_DEPENDS= ${RUBY_SITELIBDIR}/dbi.rb:${RUBY_DBI_PORTDIR} \
@ -27,7 +27,7 @@ SLAVE_PORT= yes
MASTER_PORT= databases/ruby-dbi
WRKSRC= ${RUBY_DBI_WRKSRC}
CONFIGURE_ARGS= --with=lib/${PORTNAME}
CONFIGURE_ARGS= --with=${PORTNAME}
.include "${.CURDIR}/../ruby-dbi/Makefile.common"