sthen d858b7cc2a Ports built with setuptools on python 3.10 don't need a RUN_DEPENDS on
setuptools (it's used as a package locator but importlib.metadata in
newer Python core or the external importlib_metadata are preferred).
So drop the RDEP in that case (it's still kept for py27) and bump
revisions.
2022-11-26 23:28:11 +00:00

32 lines
739 B
Makefile

COMMENT = web-application vulnerability scanner
MODPY_EGG_VERSION = 3.0.1
DISTNAME = wapiti3-${MODPY_EGG_VERSION}
PKGNAME = wapiti-${MODPY_EGG_VERSION}
REVISION = 5
CATEGORIES = security www
HOMEPAGE = http://wapiti.sourceforge.net/
MAINTAINER = Remi Pointel <rpointel@openbsd.org>
# GPLv2
PERMIT_PACKAGE = Yes
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=wapiti/}
MODULES = lang/python
MODPY_SETUPTOOLS = Yes
RUN_DEPENDS = www/py-requests${MODPY_FLAVOR} \
www/py-beautifulsoup4${MODPY_FLAVOR} \
textproc/py-lxml${MODPY_FLAVOR} \
www/py-mako${MODPY_FLAVOR} \
net/py-socks${MODPY_FLAVOR} \
net/py-tld${MODPY_FLAVOR} \
devel/py-html5lib${MODPY_FLAVOR} \
security/py-yaswfp${MODPY_FLAVOR}
.include <bsd.port.mk>