28 lines
833 B
Makefile
28 lines
833 B
Makefile
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 \
|
|
devel/ruby-opt_parse_validator,${MODRUBY_FLAVOR}>=1.9.5,<1.10 \
|
|
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.14.5 \
|
|
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>
|