Add dns/py3-dnspython

This is the slave port for py-dnspython, that is built against python3.

Submitted by:	kp (via ports@ ML)
This commit is contained in:
Ruslan Makhmatkhanov 2016-09-22 16:08:53 +00:00
parent f26e87a8af
commit 9c6d373335
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=422632
3 changed files with 9 additions and 1 deletions

View File

@ -179,6 +179,7 @@
SUBDIR += py-pywdns
SUBDIR += py-tldextract
SUBDIR += py-twistedNames
SUBDIR += py3-dnspython
SUBDIR += radns
SUBDIR += rbldnsd
SUBDIR += rbllookup

View File

@ -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

View File

@ -0,0 +1,7 @@
# $FreeBSD$
MASTERDIR= ${.CURDIR}/../py-dnspython
USES= python:3.3+
.include "${MASTERDIR}/Makefile"