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

21 lines
426 B
Makefile

# $FreeBSD$
PORTNAME= opt_parse_validator
PORTVERSION= 0.0.16.5
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>