mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
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:
@@ -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
|
||||
|
||||
@@ -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>
|
||||
@@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/puppet_forge-1.0.4.gem) = b64bc3638528b6857044dc4a594b0c9174a57a6d48c82236b14b788646f41ee7
|
||||
SIZE (rubygem/puppet_forge-1.0.4.gem) = 760832
|
||||
@@ -0,0 +1,3 @@
|
||||
Ruby library to access and manipulate the Puppet Forge API from Ruby.
|
||||
|
||||
WWW: https://github.com/puppetlabs/forge-ruby
|
||||
Reference in New Issue
Block a user