aboutsummaryrefslogblamecommitdiff
path: root/devel/py-chai/Makefile
blob: cef7725a1ad52f735bbf6d68a16d0f2e32e44564 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16















                                                                   
PORTNAME=	chai
DISTVERSION=	1.1.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=	BSD

USES=		python
USE_PYTHON=	autoplist distutils

.include <bsd.port.mk>