summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
Diffstat (limited to 'databases')
-rw-r--r--databases/py-pysqlite21/Makefile3
-rw-r--r--databases/py-pysqlite21/pkg-descr2
2 files changed, 3 insertions, 2 deletions
diff --git a/databases/py-pysqlite21/Makefile b/databases/py-pysqlite21/Makefile
index 9ef15af2cd63..4bba8792c964 100644
--- a/databases/py-pysqlite21/Makefile
+++ b/databases/py-pysqlite21/Makefile
@@ -21,6 +21,9 @@ LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3
CONFLICTS= py*-pysqlite-2.[02-9].*
+DEPRECATED= unmaintained upstream, only useful for python2.4 or less, no consumers in the ports tree
+EXPIRATION_DATE=2011-12-11
+
LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}21${PKGNAMESUFFIX}
USE_PYTHON= 2.5+
diff --git a/databases/py-pysqlite21/pkg-descr b/databases/py-pysqlite21/pkg-descr
index 5aaec324c4e9..afdf2db33d1d 100644
--- a/databases/py-pysqlite21/pkg-descr
+++ b/databases/py-pysqlite21/pkg-descr
@@ -5,5 +5,3 @@ It offers support for a large subset of SQL92, multiple tables, indices,
transactions and triggers.
WWW: http://pysqlite.org
-
-Marcus Alves Grando <mnag@FreeBSD.org>