new port: sysutils/rubygem-puppet_forge

Ruby library to access and manipulate the Puppet Forge API from Ruby.

WWW: https://github.com/puppetlabs/forge-ruby

Differential Revision:	https://reviews.freebsd.org/D2754
Approved by:	mat (mentor)
This commit is contained in:
mmoll
2015-06-07 21:18:35 +00:00
parent 4808195443
commit 427457f0ec
4 changed files with 27 additions and 0 deletions
+1
View File
@@ -850,6 +850,7 @@
SUBDIR += rubygem-murder
SUBDIR += rubygem-ohai
SUBDIR += rubygem-parallel
SUBDIR += rubygem-puppet_forge
SUBDIR += rubygem-rubyipmi
SUBDIR += rubygem-shellany
SUBDIR += rubygem-smart_proxy_chef
+21
View File
@@ -0,0 +1,21 @@
# $FreeBSD$
PORTNAME= puppet_forge
PORTVERSION= 1.0.4
CATEGORIES= sysutils rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby client for the Puppet Forge API
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-her>=0.6:${PORTSDIR}/databases/rubygem-her
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>
+2
View File
@@ -0,0 +1,2 @@
SHA256 (rubygem/puppet_forge-1.0.4.gem) = b64bc3638528b6857044dc4a594b0c9174a57a6d48c82236b14b788646f41ee7
SIZE (rubygem/puppet_forge-1.0.4.gem) = 760832
+3
View File
@@ -0,0 +1,3 @@
Ruby library to access and manipulate the Puppet Forge API from Ruby.
WWW: https://github.com/puppetlabs/forge-ruby