mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
40365116bb
warning about pkg_resources being removed from setuptools.
29 lines
466 B
Makefile
29 lines
466 B
Makefile
COMMENT = web fuzzer
|
|
|
|
MODPY_DISTV = 3.1.0
|
|
DISTNAME = wfuzz-${MODPY_DISTV}
|
|
REVISION = 7
|
|
|
|
CATEGORIES = security www
|
|
|
|
HOMEPAGE = https://wfuzz.readthedocs.io/en/latest/
|
|
|
|
MAINTAINER = Sebastian Reitenbach <sebastia@openbsd.org>
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODPY_PI = Yes
|
|
|
|
MODULES = lang/python
|
|
MODPY_PYBUILD = setuptools
|
|
|
|
RUN_DEPENDS = devel/py-parsing \
|
|
devel/py-six \
|
|
net/py-curl \
|
|
textproc/py-chardet
|
|
|
|
#BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
|
|
.include <bsd.port.mk>
|