opnsense-ports/devel/rubygem-cms_scanner/Makefile
Franco Fichtner 5267a1af24 */*: sync with upstream
Taken from: HardenedBSD
2019-01-09 08:25:38 +01:00

28 lines
829 B
Makefile

# $FreeBSD$
PORTNAME= cms_scanner
PORTVERSION= 0.0.41.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= rihaz.jerrin@gmail.com
COMMENT= Framework to provide an easy way to implement CMS Scanners
LICENSE= MIT
RUN_DEPENDS= rubygem-activesupport5>=5.1.6:devel/rubygem-activesupport5 \
rubygem-addressable>=2.5.2:www/rubygem-addressable \
rubygem-nokogiri>=1.8.4:textproc/rubygem-nokogiri \
rubygem-opt_parse_validator>=0.0.16.5:devel/rubygem-opt_parse_validator \
rubygem-public_suffix>=3.0.3:dns/rubygem-public_suffix \
rubygem-ruby-progressbar>=1.10.0:devel/rubygem-ruby-progressbar \
rubygem-typhoeus>=1.3.0:www/rubygem-typhoeus \
rubygem-yajl-ruby>=1.4.1:devel/rubygem-yajl-ruby \
rubygem-xmlrpc>=0.3.0:net/rubygem-xmlrpc
USES= gem
NO_ARCH= yes
USE_RUBY= yes
.include <bsd.port.mk>