Files
ports/sysutils/rubygem-chef-cleanroom/Makefile
Po-Chuan Hsieh 37489ed777 sysutils/rubygem-chef-cleanroom: Add rubygem-chef-cleanroom 1.0.4
The cleanroom pattern is a safer, more convenient, Ruby-like approach for
limiting the information exposed by a DSL while giving users the ability to
write awesome code!

This is a chef fork of https://github.com/sethvargo/cleanroom.

WWW: https://github.com/chef/cleanroom
2021-10-25 23:57:07 +08:00

20 lines
341 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= chef-cleanroom
PORTVERSION= 1.0.4
CATEGORIES= sysutils rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Safely evaluate Ruby DSLs with cleanroom
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>