diff options
Diffstat (limited to 'databases/py-PySQLite11')
-rw-r--r-- | databases/py-PySQLite11/Makefile | 2 | ||||
-rw-r--r-- | databases/py-PySQLite11/pkg-descr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/databases/py-PySQLite11/Makefile b/databases/py-PySQLite11/Makefile index d2f415439945..e8124c3b1d24 100644 --- a/databases/py-PySQLite11/Makefile +++ b/databases/py-PySQLite11/Makefile @@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= pysqlite PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= pysqlite-${PORTVERSION} -MAINTAINER= marcus@corp.grupos.com.br +MAINTAINER= mnag@FreeBSD.org COMMENT= A DB-API v2 Python library for the SQLite 3 embedded SQL engine LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3 diff --git a/databases/py-PySQLite11/pkg-descr b/databases/py-PySQLite11/pkg-descr index cae4fe8c0b61..5aaec324c4e9 100644 --- a/databases/py-PySQLite11/pkg-descr +++ b/databases/py-PySQLite11/pkg-descr @@ -6,4 +6,4 @@ transactions and triggers. WWW: http://pysqlite.org -Marcus Grando <marcus@corp.grupos.com.br> +Marcus Alves Grando <mnag@FreeBSD.org> |