mirror of
https://git.freebsd.org/ports.git
synced 2025-06-23 13:40:34 -04:00
10 lines
238 B
Makefile
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"
|