2021-02-20 14:24:18 +00:00

25 lines
412 B
Makefile

# $OpenBSD: Makefile,v 1.23 2021/02/20 14:24:18 sthen Exp $
COMMENT = passive checker of Python programs
MODPY_EGG_VERSION = 2.2.0
REVISION = 0
DISTNAME = pyflakes-${MODPY_EGG_VERSION}
CATEGORIES = devel
HOMEPAGE = https://github.com/PyCQA/pyflakes
# MIT
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PI = Yes
MODPY_SETUPTOOLS = Yes
FLAVORS = python3
FLAVOR = python3
.include <bsd.port.mk>