mirror of
https://git.freebsd.org/ports.git
synced 2025-06-25 14:40:32 -04:00
Check for python builtins being used as variables or parameters WWW: https://pypi.python.org/pypi/flake8-builtins
10 lines
224 B
Makefile
10 lines
224 B
Makefile
# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
MASTERDIR= ${.CURDIR}/../py-flake8-builtins
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flake8>=0:devel/py3-flake8
|
|
|
|
USES= python:3
|
|
|
|
.include "${MASTERDIR}/Makefile"
|