freebsd-ports/sysutils/rubygem-puppetserver-ca/Makefile

20 lines
396 B
Makefile
Raw Normal View History

PORTNAME= puppetserver-ca
PORTVERSION= 2.7.0
CATEGORIES= sysutils rubygems
MASTER_SITES= RG
MAINTAINER= puppet@FreeBSD.org
COMMENT= Ruby CLI tool to interact with the Puppet Server Certificate Authority
WWW= https://github.com/puppetlabs/puppetserver-ca-cli/
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= gem
NO_ARCH= yes
2019-08-21 22:37:29 +02:00
PLIST_FILES= bin/puppetserver-ca
.include <bsd.port.mk>