summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-01-25 09:09:06 +0000
committerwiz <wiz@pkgsrc.org>2014-01-25 09:09:06 +0000
commit271fa963b48934fdb5b4e745dbdf1472eff67e2d (patch)
treee478ca40cdce1a5a07a9669074363550f4fcbefe /net
parent85313e4e8b48390103ac865cbd3a284c86d32e85 (diff)
downloadpkgsrc-271fa963b48934fdb5b4e745dbdf1472eff67e2d.tar.gz
Mention this is the python-2.x version of the module.
Diffstat (limited to 'net')
-rw-r--r--net/py-dns/DESCR2
-rw-r--r--net/py-dns/Makefile4
2 files changed, 4 insertions, 2 deletions
diff --git a/net/py-dns/DESCR b/net/py-dns/DESCR
index 27250ec58c1..ccb9c5fd56a 100644
--- a/net/py-dns/DESCR
+++ b/net/py-dns/DESCR
@@ -3,3 +3,5 @@ level access to DNS. The high level classes perform queries for data
of a given name, type, and class, and return an answer set. The low
level classes allow direct manipulation of DNS zones, messages, names,
and records.
+
+This is the python-2.x version of the module.
diff --git a/net/py-dns/Makefile b/net/py-dns/Makefile
index b2c4e62b8a2..94baf7eb9a3 100644
--- a/net/py-dns/Makefile
+++ b/net/py-dns/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2014/01/17 22:48:53 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2014/01/25 09:09:06 wiz Exp $
DISTNAME= dnspython-1.11.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/python-/-/}
@@ -7,7 +7,7 @@ MASTER_SITES= http://www.dnspython.org/kits/${PKGVERSION}/
MAINTAINER= gson@NetBSD.org
HOMEPAGE= http://www.dnspython.org/
-COMMENT= Python DNS toolkit
+COMMENT= Python DNS toolkit (python-2.x version)
LICENSE= modified-bsd
USE_LANGUAGES= # none