devel/rubygem-opt_parse_validator: create port

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>
This commit is contained in:
Steve Wills 2018-12-09 20:42:40 +00:00
parent e0367b9647
commit c0aad077ca
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=487086
4 changed files with 30 additions and 0 deletions

View File

@ -5875,6 +5875,7 @@
SUBDIR += rubygem-omniauth_crowd22
SUBDIR += rubygem-open3_backport
SUBDIR += rubygem-open4
SUBDIR += rubygem-opt_parse_validator
SUBDIR += rubygem-optimist
SUBDIR += rubygem-orm_adapter
SUBDIR += rubygem-os

View File

@ -0,0 +1,21 @@
# $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>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1538189143
SHA256 (rubygem/opt_parse_validator-0.0.16.1.gem) = a7e6e7e2876e356113217c29f8177132845ca3d4dbe11a47e7e142e202a6bf2e
SIZE (rubygem/opt_parse_validator-0.0.16.1.gem) = 14336

View File

@ -0,0 +1,5 @@
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