summaryrefslogtreecommitdiff
path: root/devel/rubygem-opt_parse_validator/Makefile
blob: 21cc5d9caca5cdf9dd201d5fdc7f97ac6a1c7cc4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21

PORTNAME=	opt_parse_validator
PORTVERSION=	1.9.3
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	rihaz.jerrin@gmail.com
COMMENT=	Implementation of validators for the ruby OptionParser lib

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	rubygem-activesupport60>=5.2<6.2.0:devel/rubygem-activesupport60 \
	        rubygem-addressable>=2.5<2.8:www/rubygem-addressable

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>