mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 18:36:28 -04:00
Changes: https://github.com/wpscanteam/OptParseValidator/releases PR: 280088 Approved by: rihaz.jerrin@gmail.com (maintainer, timeout)
20 lines
490 B
Makefile
20 lines
490 B
Makefile
PORTNAME= opt_parse_validator
|
|
PORTVERSION= 1.9.5
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= rihaz.jerrin@gmail.com
|
|
COMMENT= Implementation of validators for the ruby OptionParser lib
|
|
WWW= https://github.com/wpscanteam/OptParseValidator
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-activesupport60>=5.2<6.2.0:devel/rubygem-activesupport60 \
|
|
rubygem-addressable>=2.5<2.9:www/rubygem-addressable
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|