ports/security/ruby-cms_scanner/Makefile

29 lines
839 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT= framework to implement CMS scanners
DISTNAME= cms_scanner-0.13.8
CATEGORIES= security
MAINTAINER= Purple Rain <purplerain@secbsd.org>
# MIT
PERMIT_PACKAGE= Yes
MODULES= lang/ruby
WANTLIB= crypto ssl ${MODRUBY_WANTLIB}
NO_TEST= Yes
BUILD_DEPENDS+= ${RUN_DEPENDS} \
devel/ruby-get_process_mem,${MODRUBY_FLAVOR},>=0.2.5,<0.3 \
devel/ruby-ruby-progressbar,${MODRUBY_FLAVOR},>=1.10,<1.12 \
2023-08-21 05:20:32 +00:00
devel/ruby-opt_parse_validator,${MODRUBY_FLAVOR}>=1.9.5,<1.10 \
2023-08-16 22:26:55 +00:00
devel/ruby-yajl,${MODRUBY_FLAVOR},>=1.4.1,<1.5 \
net/ruby-public-suffix,${MODRUBY_FLAVOR},>=4.0.3,<4.1 \
textproc/ruby-nokogiri,${MODRUBY_FLAVOR},>=1.11.4,<1.14 \
www/ruby-ethon,${MODRUBY_FLAVOR},>=0.14,<0.16 \
www/ruby-typhoeus,${MODRUBY_FLAVOR},>=1.3,<1.5 \
www/ruby-xmlrpc,${MODRUBY_FLAVOR},>=0.3.2,<0.4
CONFIGURE_STYLE= ruby gem
.include <bsd.port.mk>