summaryrefslogtreecommitdiff
path: root/devel/py-chai/Makefile
blob: fd304b92a48117539c0f796e4b1f51a0ce6c7ac7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	chai
DISTVERSION=	1.1.2
PORTREVISION=	2
CATEGORIES=	devel python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	tcberner@FreeBSD.org
COMMENT=	Easy to use mocking, stubbing and spying framework.
WWW=		https://pypi.org/project/chai/

LICENSE=	BSD3CLAUSE

USES=		python
USE_PYTHON=	autoplist distutils

.include <bsd.port.mk>