29 lines
840 B
Makefile
29 lines
840 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 \
|
||
|
develd/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.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>
|