mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
21 lines
325 B
Makefile
21 lines
325 B
Makefile
COMMENT= passive checker of Python programs
|
|
|
|
MODPY_DISTV= 3.4.0
|
|
DISTNAME= pyflakes-${MODPY_DISTV}
|
|
|
|
CATEGORIES= devel
|
|
|
|
HOMEPAGE= https://github.com/PyCQA/pyflakes
|
|
|
|
MAINTAINER= Daniel Dickman <daniel@openbsd.org>
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
|
|
MODPY_PI= Yes
|
|
MODPY_PYBUILD= setuptools
|
|
|
|
.include <bsd.port.mk>
|