diff options
| -rw-r--r-- | databases/Makefile | 1 | ||||
| -rw-r--r-- | databases/rubygem-pl-puppetdb-ruby/Makefile | 19 | ||||
| -rw-r--r-- | databases/rubygem-pl-puppetdb-ruby/distinfo | 3 | ||||
| -rw-r--r-- | databases/rubygem-pl-puppetdb-ruby/pkg-descr | 3 |
4 files changed, 26 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index 532dcc684a3d..552562ba4f5e 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -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 diff --git a/databases/rubygem-pl-puppetdb-ruby/Makefile b/databases/rubygem-pl-puppetdb-ruby/Makefile new file mode 100644 index 000000000000..55816f409884 --- /dev/null +++ b/databases/rubygem-pl-puppetdb-ruby/Makefile @@ -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> diff --git a/databases/rubygem-pl-puppetdb-ruby/distinfo b/databases/rubygem-pl-puppetdb-ruby/distinfo new file mode 100644 index 000000000000..2894e8b0eeee --- /dev/null +++ b/databases/rubygem-pl-puppetdb-ruby/distinfo @@ -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 diff --git a/databases/rubygem-pl-puppetdb-ruby/pkg-descr b/databases/rubygem-pl-puppetdb-ruby/pkg-descr new file mode 100644 index 000000000000..88f4284afcc4 --- /dev/null +++ b/databases/rubygem-pl-puppetdb-ruby/pkg-descr @@ -0,0 +1,3 @@ +Simple Ruby client library for PuppetDB API + +WWW: http://rubygems.org/gems/pl-puppetdb-ruby |
