diff options
author | rm <rm@FreeBSD.org> | 2016-09-23 00:08:53 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2016-09-23 00:08:53 +0800 |
commit | f8ceafb6b99379347d839e811a0b43cc5e9803b5 (patch) | |
tree | 7d4174ea3baab4b735f8e6e8fb2918cbd6dc6066 /dns/py-dnspython | |
parent | cda00b61d3688f1d0355b9eb3d7153e1e4ce7f60 (diff) | |
download | freebsd-ports-gnome-f8ceafb6b99379347d839e811a0b43cc5e9803b5.tar.gz freebsd-ports-gnome-f8ceafb6b99379347d839e811a0b43cc5e9803b5.tar.zst freebsd-ports-gnome-f8ceafb6b99379347d839e811a0b43cc5e9803b5.zip |
Add dns/py3-dnspython
This is the slave port for py-dnspython, that is built against python3.
Submitted by: kp (via ports@ ML)
Diffstat (limited to 'dns/py-dnspython')
-rw-r--r-- | dns/py-dnspython/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/py-dnspython/Makefile b/dns/py-dnspython/Makefile index f475c77db6e2..ed3d16dc865a 100644 --- a/dns/py-dnspython/Makefile +++ b/dns/py-dnspython/Makefile @@ -11,7 +11,7 @@ MAINTAINER= rm@FreeBSD.org COMMENT= DNS toolkit for Python NO_ARCH= yes -USES= python:2.7+ +USES?= python:2.7+ USE_PYTHON= autoplist distutils OPTIONS_DEFINE= DOCS EXAMPLES PYCRYPTO |