diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2009-08-04 06:06:32 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2009-08-04 06:06:32 +0800 |
commit | 78c2ea923ea12378fac876c2aa90f29f34099140 (patch) | |
tree | b3aaf40a10327d8fcf1e50d4b98839033c41a136 /databases/ruby-dbd_msql | |
parent | 2314db339e9a71ec9fdbf513f092191a42b450ee (diff) | |
download | freebsd-ports-gnome-78c2ea923ea12378fac876c2aa90f29f34099140.tar.gz freebsd-ports-gnome-78c2ea923ea12378fac876c2aa90f29f34099140.tar.zst freebsd-ports-gnome-78c2ea923ea12378fac876c2aa90f29f34099140.zip |
follow convention and send the ruby- ports to ruby@
Diffstat (limited to 'databases/ruby-dbd_msql')
-rw-r--r-- | databases/ruby-dbd_msql/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/ruby-dbd_msql/Makefile b/databases/ruby-dbd_msql/Makefile index 0b4c7b7fbaa4..3a31337cde91 100644 --- a/databases/ruby-dbd_msql/Makefile +++ b/databases/ruby-dbd_msql/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ${RUBY_DBI_DISTNAME} DIST_SUBDIR= ruby -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= mSQL driver for DBI-for-Ruby RUN_DEPENDS= ${RUBY_SITELIBDIR}/dbi.rb:${RUBY_DBI_PORTDIR} \ |