mirror of
https://git.freebsd.org/ports.git
synced 2025-06-16 18:20:33 -04:00
18 lines
383 B
Makefile
18 lines
383 B
Makefile
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>
|