mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
cf118ccf87
Reported by: lwhsu
19 lines
347 B
Makefile
19 lines
347 B
Makefile
PORTNAME= pl-puppetdb-ruby
|
|
PORTVERSION= 2.0.3
|
|
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
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|