diff options
author | jlaffaye <jlaffaye@FreeBSD.org> | 2012-05-15 06:10:13 +0800 |
---|---|---|
committer | jlaffaye <jlaffaye@FreeBSD.org> | 2012-05-15 06:10:13 +0800 |
commit | 067d457f4f2c50a90485dcf534c93cfe413627ac (patch) | |
tree | f92fcf9876f5862dbc8c07e37ada2e39c9efa8b4 /databases/py-MySQLdb | |
parent | baf1d5b767f63cc5dd3761c4b56da47fc62d9f2e (diff) | |
download | freebsd-ports-gnome-067d457f4f2c50a90485dcf534c93cfe413627ac.tar.gz freebsd-ports-gnome-067d457f4f2c50a90485dcf534c93cfe413627ac.tar.zst freebsd-ports-gnome-067d457f4f2c50a90485dcf534c93cfe413627ac.zip |
- Pass maintainership to Tom Judge <tom@tomjudge.com> (discussed on IRC)
Diffstat (limited to 'databases/py-MySQLdb')
-rw-r--r-- | databases/py-MySQLdb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/py-MySQLdb/Makefile b/databases/py-MySQLdb/Makefile index faf3b3c1813c..581e9861cbc2 100644 --- a/databases/py-MySQLdb/Makefile +++ b/databases/py-MySQLdb/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= SF/mysql-python/mysql-python/${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= MySQL-python-${DISTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= tom@tomjudge.com COMMENT= Access a MySQL database through Python USE_PYTHON= -2.7 |