diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-09-16 17:58:32 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-09-16 17:58:32 +0000 |
commit | 346fd0a6a36157ababb1f80cbbfd5cd8f1762dca (patch) | |
tree | 7953c25fa8df873b9515ffc067ae48525a5128d8 /databases/py-pysqlite23 | |
parent | f8834e53d2ea8ac0fbfcc1bd9c5e6b1817e2e410 (diff) |
Notes
Diffstat (limited to 'databases/py-pysqlite23')
-rw-r--r-- | databases/py-pysqlite23/Makefile | 2 | ||||
-rw-r--r-- | databases/py-pysqlite23/pkg-descr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/databases/py-pysqlite23/Makefile b/databases/py-pysqlite23/Makefile index c2c439290bce..c6e7a80fc462 100644 --- a/databases/py-pysqlite23/Makefile +++ b/databases/py-pysqlite23/Makefile @@ -11,7 +11,7 @@ CATEGORIES= databases python MASTER_SITES= http://initd.org/pub/software/pysqlite/releases/2.0/${PORTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -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-pysqlite23/pkg-descr b/databases/py-pysqlite23/pkg-descr index cae4fe8c0b61..5aaec324c4e9 100644 --- a/databases/py-pysqlite23/pkg-descr +++ b/databases/py-pysqlite23/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> |