mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 09:26:27 -04:00
19 lines
483 B
Makefile
19 lines
483 B
Makefile
PORTNAME= pytest-httpbin
|
|
DISTVERSION= 1.0.0
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= python@FreeBSD.org
|
|
COMMENT= Easily test your HTTP library against a local copy of httpbin.org
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httpbin>0:www/py-httpbin@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils concurrent
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|