aboutsummaryrefslogtreecommitdiff
path: root/devel/py3-flake8-polyfill/Makefile
blob: 9c2c0363b8b7c22e575365193b60c28478d2037c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
# $FreeBSD$

MASTERDIR=	${.CURDIR}/../py-flake8-polyfill

RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}flake8>=0:devel/py3-flake8

USES=		python:3

.include "${MASTERDIR}/Makefile"