ports/devel/py3-flake8-docstrings/Makefile
Dmitry Marakasov 6d93e09db3 - Add py-flake8-docstrings, py3-flake8-docstrings
Extension for flake8 which uses pydocstyle to check docstrings

WWW: https://pypi.python.org/pypi/flake8-docstrings
2017-02-05 14:27:21 +00:00

12 lines
361 B
Makefile

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