aboutsummaryrefslogtreecommitdiff
path: root/www/py-httpretty/Makefile
blob: 1c3fe0c5db663a08d796f9cc96fb174cf3953e81 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	httpretty
PORTVERSION=	1.1.4
CATEGORIES=	www python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	python@FreeBSD.org
COMMENT=	HTTP client mocking tool for Python
WWW=		https://github.com/gabrielfalcao/HTTPretty

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/COPYING

USES=		python
USE_PYTHON=	autoplist distutils

NO_ARCH=	yes

.include <bsd.port.mk>