34 lines
651 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.10 2021/11/02 00:02:53 sthen Exp $
2016-08-19 07:39:05 +00:00
COMMENT = HTTP request and response service
2016-08-19 07:39:05 +00:00
MODPY_EGG_VERSION = 0.5.0
DISTNAME = httpbin-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
REVISION = 5
2016-08-19 07:39:05 +00:00
CATEGORIES = www
2016-08-19 07:39:05 +00:00
HOMEPAGE = https://github.com/Runscope/httpbin
# MIT
PERMIT_PACKAGE = Yes
2016-08-19 07:39:05 +00:00
MODULES = lang/python
2016-08-19 07:39:05 +00:00
MODPY_PI = Yes
MODPY_SETUPTOOLS = Yes
2016-08-19 07:39:05 +00:00
RUN_DEPENDS = devel/py-decorator${MODPY_FLAVOR} \
devel/py-six${MODPY_FLAVOR} \
textproc/py-MarkupSafe${MODPY_FLAVOR} \
www/py-flask${MODPY_FLAVOR} \
www/py-itsdangerous${MODPY_FLAVOR}
2016-08-19 07:39:05 +00:00
FLAVORS = python3
FLAVOR = python3
2016-08-19 07:39:05 +00:00
NO_TEST = Yes
.include <bsd.port.mk>