4e16d6eec2
style conventions in PEP 8. This package used to be called pep8 but was renamed to pycodestyle to reduce confusion WWW: https://pycodestyle.readthedocs.io/en/latest/
8 lines
156 B
Makefile
8 lines
156 B
Makefile
# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
MASTERDIR= ${.CURDIR}/../py-pycodestyle
|
|
|
|
USES= python:3
|
|
|
|
.include "${MASTERDIR}/Makefile"
|