aboutsummaryrefslogtreecommitdiff
path: root/sysutils/rubygem-license-acceptance/Makefile
blob: e5fef11513fc97bf8e03328fa33b8f41bd8e9495 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PORTNAME=	license-acceptance
PORTVERSION=	2.1.13
CATEGORIES=	sysutils rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Chef End User License Agreement Acceptance for Ruby products
WWW=		https://github.com/chef/license-acceptance

LICENSE=	APACHE20
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	rubygem-pastel>=0.7<1:devel/rubygem-pastel \
		rubygem-tomlrb1>=1.2<3.0:textproc/rubygem-tomlrb1 \
		rubygem-tty-box>=0.6<1:devel/rubygem-tty-box \
		rubygem-tty-prompt>=0.20<1:devel/rubygem-tty-prompt

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>