aboutsummaryrefslogtreecommitdiff
path: root/sysutils/rubygem-chef-cleanroom/Makefile
blob: 53596dde2bdfee000715d025f45714da442a9a5a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	chef-cleanroom
PORTVERSION=	1.0.5
CATEGORIES=	sysutils rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Safely evaluate Ruby DSLs with cleanroom
WWW=		https://github.com/chef/cleanroom

LICENSE=	APACHE20
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		gem shebangfix

NO_ARCH=	yes

SHEBANG_FILES=	.expeditor/buildkite/verify.sh

.include <bsd.port.mk>