ports/devel/rubygem-cookbook-omnifetch/Makefile
Ryan Steinmetz f8efca4535 New port: devel/rubygem-cookbook-omnifetch:
Library code to fetch Chef cookbooks from a variety of sources to a local
cache.

WWW: https://rubygems.org/gems/cookbook-omnifetch
2018-08-08 19:41:38 +00:00

19 lines
385 B
Makefile

# Created by: Ryan Steinmetz <zi@FreeBSD.org>
# $FreeBSD$
PORTNAME= cookbook-omnifetch
PORTVERSION= 0.8.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Library to fetch Chef cookbooks from a variety of sources
LICENSE= APACHE20
RUN_DEPENDS= rubygem-mixlib-archive>0:devel/rubygem-mixlib-archive
USES= gem
USE_RUBY= yes
.include <bsd.port.mk>