freebsd-ports/databases/rubygem-pl-puppetdb-ruby/Makefile
Romain Tartière 12bdf17d39 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
2019-05-15 06:22:31 +00:00

19 lines
347 B
Makefile

# $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>