7f9d20921e
- Add LICENSE_FILE - Update version requirement of RUN_DEPENDS Changes: https://github.com/wpscanteam/OptParseValidator/releases PR: 239531 Submitted by: sunpoet (myself) Approved by: Rihaz Jerrin <rihaz.jerrin@gmail.com> (maintainer)
22 lines
461 B
Makefile
22 lines
461 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= opt_parse_validator
|
|
PORTVERSION= 1.7.4
|
|
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-activesupport5>=4.2<5.3.0:devel/rubygem-activesupport5 \
|
|
rubygem-addressable>=2.5<2.7:www/rubygem-addressable
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|