aboutsummaryrefslogtreecommitdiff
path: root/www/py-httpretty/Makefile
blob: e46353d0fb0f86eac3e9e22d14472a121628dd6f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>

PORTNAME=	httpretty
PORTVERSION=	1.1.3
CATEGORIES=	www python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	python@FreeBSD.org
COMMENT=	HTTP client mocking tool for Python

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/COPYING

USES=		python:3.6+
USE_PYTHON=	autoplist distutils

NO_ARCH=	yes

.include <bsd.port.mk>