ports/devel/py3-flake8/Makefile
Dmitry Marakasov 6a3468d296 - Update to 3.2.1
- Add NO_ARCH
- Add py3- counterpart

PR:		216407
Approved by:	wg (maintainer)
2017-01-24 12:32:49 +00:00

13 lines
428 B
Makefile

# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
# $FreeBSD$
MASTERDIR= ${.CURDIR}/../py-flake8
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>=0:devel/py3-pytest-runner
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mccabe>=0.5.0:devel/py3-mccabe \
${PYTHON_PKGNAMEPREFIX}pycodestyle>=2.0.0:devel/py3-pycodestyle \
${PYTHON_PKGNAMEPREFIX}pyflakes>=0.8.1:devel/py3-pyflakes
USES= python:3
.include "${MASTERDIR}/Makefile"