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

MAINTAINER=	bofh@FreeBSD.org
COMMENT=	Py.test plugin that allows you to add environment variables
WWW=		https://github.com/MobileDynasty/pytest-env

RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=2.6:devel/py-pytest@${PY_FLAVOR}

USES=		python
USE_PYTHON=	autoplist distutils

NO_ARCH=	yes

.include <bsd.port.mk>