aboutsummaryrefslogtreecommitdiff
path: root/sysutils/rubygem-license-acceptance/Makefile
blob: eb29c4f3f554bc183265955ff3736b275b474eec (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
PORTNAME=	license-acceptance
PORTVERSION=	2.1.13
PORTREVISION=	1
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-tomlrb>=1.2<3.0:textproc/rubygem-tomlrb \
		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>