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_sqlite | |
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_sqlite')
-rw-r--r-- | databases/ruby-dbd_sqlite/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/ruby-dbd_sqlite/Makefile b/databases/ruby-dbd_sqlite/Makefile index 795b6717b66b..fffdeab8720b 100644 --- a/databases/ruby-dbd_sqlite/Makefile +++ b/databases/ruby-dbd_sqlite/Makefile @@ -15,7 +15,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ${RUBY_DBI_DISTNAME} DIST_SUBDIR= ruby -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= SQLite driver for DBI-for-Ruby LIB_DEPENDS= sqlite.2:${PORTSDIR}/databases/sqlite2 |