ports/devel/py3-flake8-import-order/Makefile
2017-02-05 14:31:49 +00:00

10 lines
238 B
Makefile

# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
# $FreeBSD$
MASTERDIR= ${.CURDIR}/../py-flake8-import-order
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycodestyle>=0:devel/py3-pycodestyle
USES= python:3
.include "${MASTERDIR}/Makefile"