aboutsummaryrefslogblamecommitdiff
path: root/devel/py-pytest-httpbin/Makefile
blob: 0795e0b7fc97d483ecc440ab2315419624cd1439 (plain) (tree)


















                                                                                 
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>