mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 10:26:28 -04:00
New port: databases/rubygem-pl-puppetdb-ruby
Simple Ruby client library for PuppetDB API WWW: http://rubygems.org/gems/pl-puppetdb-ruby With hat: puppet
This commit is contained in:
parent
2ca02e5303
commit
12bdf17d39
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=501687
4 changed files with 26 additions and 0 deletions
|
@ -964,6 +964,7 @@
|
|||
SUBDIR += rubygem-pghero
|
||||
SUBDIR += rubygem-pghero-rails5
|
||||
SUBDIR += rubygem-pghero-rails50
|
||||
SUBDIR += rubygem-pl-puppetdb-ruby
|
||||
SUBDIR += rubygem-postgres_ext
|
||||
SUBDIR += rubygem-rbase
|
||||
SUBDIR += rubygem-redis
|
||||
|
|
19
databases/rubygem-pl-puppetdb-ruby/Makefile
Normal file
19
databases/rubygem-pl-puppetdb-ruby/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pl-puppetdb-ruby
|
||||
PORTVERSION= 2.0.2
|
||||
CATEGORIES= databases rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= puppet@FreeBSD.org
|
||||
COMMENT= Simple Ruby client library for PuppetDB API
|
||||
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= rubygem-httparty>0:www/rubygem-httparty
|
||||
|
||||
USE_RUBY= yes
|
||||
USES= gem
|
||||
|
||||
.include <bsd.port.mk>
|
3
databases/rubygem-pl-puppetdb-ruby/distinfo
Normal file
3
databases/rubygem-pl-puppetdb-ruby/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1557793027
|
||||
SHA256 (rubygem/pl-puppetdb-ruby-2.0.2.gem) = 1d376757c82f5424b5887f03d0899e224e49f25986979300e0c74fb8bfaefbea
|
||||
SIZE (rubygem/pl-puppetdb-ruby-2.0.2.gem) = 11264
|
3
databases/rubygem-pl-puppetdb-ruby/pkg-descr
Normal file
3
databases/rubygem-pl-puppetdb-ruby/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Simple Ruby client library for PuppetDB API
|
||||
|
||||
WWW: http://rubygems.org/gems/pl-puppetdb-ruby
|
Loading…
Add table
Reference in a new issue