aboutsummaryrefslogtreecommitdiff
path: root/databases/rubygem-sqlite3
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-01-12 06:37:18 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-01-12 06:37:18 +0000
commitf9b27da56f5a8d31d194f48180ec058004865ab1 (patch)
tree793dd2f02a7bc6176cd376430f8023f76bc1123f /databases/rubygem-sqlite3
parente96540c1f8c400238e26dc988c56a5b1c7465b8d (diff)
downloadports-f9b27da56f5a8d31d194f48180ec058004865ab1.tar.gz
ports-f9b27da56f5a8d31d194f48180ec058004865ab1.zip
- Adopt
Notes
Notes: svn path=/head/; revision=247686
Diffstat (limited to 'databases/rubygem-sqlite3')
-rw-r--r--databases/rubygem-sqlite3/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/rubygem-sqlite3/Makefile b/databases/rubygem-sqlite3/Makefile
index c6492884ab8c..941501d1a374 100644
--- a/databases/rubygem-sqlite3/Makefile
+++ b/databases/rubygem-sqlite3/Makefile
@@ -11,7 +11,7 @@ CATEGORIES= databases rubygems
MASTER_SITES= RUBYFORGE/sqlite-ruby
DISTNAME= ${PORTNAME}-ruby-${PORTVERSION}
-MAINTAINER= ruby@FreeBSD.org
+MAINTAINER= pgollucci@FreeBSD.org
COMMENT= Ruby interface to the SQLite DB engine version 3
BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13