freebsd-ports/devel/py-pytest-runner/Makefile
Kurt Jaeger 6ce8f9ea17 devel/py-pytest-runner: In USES, any python will do, not only 2
PR:		203248
Submitted by:	Loic BLOT <loic.blot@unix-experience.fr>
Approved by:	wg
2015-09-22 05:28:18 +00:00

18 lines
432 B
Makefile

# Created by: William Grzybowski <william88@gmail.com>
# $FreeBSD$
PORTNAME= pytest-runner
PORTVERSION= 2.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wg@FreeBSD.org
COMMENT= Test support for pytest runner in setup.py
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hgtools>=0:${PORTSDIR}/devel/py-hgtools
USES= python zip
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>