diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-08-03 22:06:32 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-08-03 22:06:32 +0000 |
commit | d420fe0000bd894366b02a442a3d3a4b73c586c7 (patch) | |
tree | 75895627035511d5e759914355f4ba9c9ceac673 /databases/ruby-dbd_sqlite | |
parent | 4cbc9171ea96594c4bb3c682b54bef47fb7fa2fc (diff) | |
download | ports-d420fe0000bd894366b02a442a3d3a4b73c586c7.tar.gz ports-d420fe0000bd894366b02a442a3d3a4b73c586c7.zip |
Notes
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 |