57be8af38a
- Update WWW Changes: https://github.com/chef/cheffish/blob/main/CHANGELOG.md
21 lines
403 B
Makefile
21 lines
403 B
Makefile
# Created by: Ryan Steinmetz <zi@FreeBSD.org>
|
|
|
|
PORTNAME= cheffish
|
|
PORTVERSION= 16.0.26
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Library to manipulate Chef in Chef
|
|
|
|
LICENSE= APACHE20
|
|
|
|
RUN_DEPENDS= rubygem-chef-zero>=14.0:sysutils/rubygem-chef-zero \
|
|
rubygem-net-ssh>=0,2:security/rubygem-net-ssh
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|