2022-11-13 15:30:15 +00:00

32 lines
701 B
Makefile

COMMENT = high-performance, pure-Python HTTP server used by CherryPy
MODPY_EGG_VERSION = 8.2.1
DISTNAME = cheroot-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
REVISION = 6
CATEGORIES = www
HOMEPAGE = https://github.com/cherrypy/cheroot
# custom, MIT-style
PERMIT_PACKAGE = Yes
FLAVORS = python3
FLAVOR = python3
MODULES = lang/python
MODPY_PI = Yes
MODPY_SETUPTOOLS = Yes
BUILD_DEPENDS = devel/py-setuptools_scm${MODPY_FLAVOR}>=1.15.0 \
devel/py-setuptools_scm_git_archive${MODPY_FLAVOR}>=1.0
RUN_DEPENDS = devel/py-jaraco-functools${MODPY_FLAVOR} \
devel/py-more-itertools${MODPY_FLAVOR}>=2.6 \
devel/py-six${MODPY_FLAVOR}>=1.11.0
NO_TEST = Yes
.include <bsd.port.mk>