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:
parent
f26e87a8af
commit
9c6d373335
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=422632
@ -179,6 +179,7 @@
|
||||
SUBDIR += py-pywdns
|
||||
SUBDIR += py-tldextract
|
||||
SUBDIR += py-twistedNames
|
||||
SUBDIR += py3-dnspython
|
||||
SUBDIR += radns
|
||||
SUBDIR += rbldnsd
|
||||
SUBDIR += rbllookup
|
||||
|
@ -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
|
||||
|
7
dns/py3-dnspython/Makefile
Normal file
7
dns/py3-dnspython/Makefile
Normal file
@ -0,0 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../py-dnspython
|
||||
|
||||
USES= python:3.3+
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
Loading…
Reference in New Issue
Block a user