c0aad077ca
Implementation of validators for the ruby OptionParser lib. Mainly used in the CMSScanner gem to define the cli options available. WWW: https://github.com/wpscanteam/OptParseValidator PR: 231815 Submitted by: Rihaz Jerrin <rihaz.jerrin@gmail.com>
21 lines
426 B
Makefile
21 lines
426 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= opt_parse_validator
|
|
PORTVERSION= 0.0.16.1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= rihaz.jerrin@gmail.com
|
|
COMMENT= Implementation of validators for the ruby OptionParser lib
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-activesupport5>=5.1.6:devel/rubygem-activesupport5 \
|
|
rubygem-addressable>=2.5.2:www/rubygem-addressable
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
|
|
.include <bsd.port.mk>
|