19 lines
373 B
Makefile
19 lines
373 B
Makefile
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>
|