blob: 5115e83a2471b52199943d2fb0af33d644b20db6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
PORTNAME= cookbook-omnifetch
PORTVERSION= 0.12.2
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Library to fetch Chef cookbooks from a variety of sources
WWW= https://github.com/chef/cookbook-omnifetch
LICENSE= APACHE20
RUN_DEPENDS= rubygem-mixlib-archive>=0.4<2.0:devel/rubygem-mixlib-archive
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>
|