summaryrefslogtreecommitdiff
path: root/devel/py-pytest-env/Makefile
blob: 143e6441736a637e5c837c60aa670740540b6e44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

PORTNAME=	pytest-env
PORTVERSION=	0.6.2
CATEGORIES=	devel python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	swills@FreeBSD.org
COMMENT=	Py.test plugin that allows you to add environment variables

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

USES=		python:3.6+
USE_PYTHON=	autoplist distutils

.include <bsd.port.mk>