aboutsummaryrefslogtreecommitdiff
path: root/dns/py-adns
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2006-04-21 18:39:19 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2006-04-21 18:39:19 +0000
commit2201ea060728156976b0e1b780148e35c73632db (patch)
treeedffbbfffa6384672226bec39c6fa1a71e26e147 /dns/py-adns
parent254b91789e523c1441e55817f55f9c1ff8c81f79 (diff)
downloadports-2201ea060728156976b0e1b780148e35c73632db.tar.gz
ports-2201ea060728156976b0e1b780148e35c73632db.zip
Notes
Diffstat (limited to 'dns/py-adns')
-rw-r--r--dns/py-adns/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/dns/py-adns/Makefile b/dns/py-adns/Makefile
index e93042aa3570..f9bc09eb800e 100644
--- a/dns/py-adns/Makefile
+++ b/dns/py-adns/Makefile
@@ -7,6 +7,7 @@
PORTNAME= adns
PORTVERSION= 1.1.0
+PORTREVISION= 1
CATEGORIES= dns python
MASTER_SITES= http://dustman.net/andy/python/adns-python/${PORTVERSION}/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -15,7 +16,7 @@ DISTNAME= adns-python-${PORTVERSION}
MAINTAINER= perky@FreeBSD.org
COMMENT= A Python Interface to adns, the asynchronous DNS library
-LIB_DEPENDS= adns.1:${PORTSDIR}/dns/adns
+LIB_DEPENDS= adns.12:${PORTSDIR}/dns/adns
USE_PYTHON= yes
USE_PYDISTUTILS= yes