1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/databases/rubygem-pl-puppetdb-ruby/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

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>