diff options
author | Romain Tartière <romain@FreeBSD.org> | 2019-05-15 06:22:31 +0000 |
---|---|---|
committer | Romain Tartière <romain@FreeBSD.org> | 2019-05-15 06:22:31 +0000 |
commit | 12bdf17d39b9b2a41996a76b8d52ffafc368d46f (patch) | |
tree | 4ced81b7213773c8f3ad3878df8a32d2c1ecc300 /databases/rubygem-pl-puppetdb-ruby | |
parent | 2ca02e530312970742e40626bacae8c71c2b86ec (diff) | |
download | ports-12bdf17d39b9b2a41996a76b8d52ffafc368d46f.tar.gz ports-12bdf17d39b9b2a41996a76b8d52ffafc368d46f.zip |
Notes
Diffstat (limited to 'databases/rubygem-pl-puppetdb-ruby')
-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 |
3 files changed, 25 insertions, 0 deletions
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 |