2022-06-08 08:47:42 +00:00

25 lines
524 B
Makefile

COMMENT = WordPress security scanner
DISTNAME = wpscan-3.8.22
CATEGORIES = security
HOMEPAGE = https://wpscan.org/
MAINTAINER = Sebastian Reitenbach <sebastia@openbsd.org>
# https://github.com/wpscanteam/wpscan/issues/1304
# Free for non-commercial use
PERMIT_PACKAGE= Yes
BUILD_DEPENDS += ${RUN_DEPENDS}
RUN_DEPENDS += security/ruby-cms_scanner,${MODRUBY_FLAVOR},>=0.13.6,<0.14
MODULES = lang/ruby
MODRUBY_HANDLE_FLAVORS = No
GEM_FLAGS = --no-format-executable
CONFIGURE_STYLE = ruby gem
.include <bsd.port.mk>