27 lines
584 B
Makefile
27 lines
584 B
Makefile
# $OpenBSD: Makefile,v 1.4 2019/06/24 11:00:18 sebastia Exp $
|
|
|
|
COMMENT = WordPress security scanner
|
|
|
|
DISTNAME = wpscan-3.5.4
|
|
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.5.1,<0.6
|
|
|
|
|
|
MODULES = lang/ruby
|
|
MODRUBY_HANDLE_FLAVORS = No
|
|
GEM_FLAGS = --no-format-executable
|
|
|
|
CONFIGURE_STYLE = ruby gem
|
|
|
|
|
|
.include <bsd.port.mk>
|