mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
b1cd47f9a4
versions of all python things into separate ports; remove from py2 ports
26 lines
522 B
Makefile
26 lines
522 B
Makefile
COMMENT= DNS toolkit for Python
|
|
|
|
# dnspython>=2 is py3-only; this old version is kept around for
|
|
# python 2 until mail/mailman can be updated
|
|
MODPY_VERSION= ${MODPY_DEFAULT_VERSION_2}
|
|
|
|
MODPY_DISTV= 1.16.0
|
|
REVISION= 7
|
|
DISTNAME= dnspython-${MODPY_DISTV}
|
|
PKGNAME= py-${DISTNAME}
|
|
CATEGORIES= net
|
|
|
|
HOMEPAGE= https://www.dnspython.org/
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
SITES= ${HOMEPAGE}kits/${MODPY_DISTV}/
|
|
|
|
MODULES= lang/python
|
|
MODPY_SETUPTOOLS= Yes
|
|
MODPY_ADJ_FILES= examples/*.py
|
|
NO_TEST= Yes
|
|
|
|
.include <bsd.port.mk>
|