mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
86b76ba8a5
Approved by: portmgr (blanket)
20 lines
353 B
Makefile
20 lines
353 B
Makefile
PORTNAME= puppetserver-ca
|
|
PORTVERSION= 2.3.5
|
|
CATEGORIES= sysutils rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= puppet@FreeBSD.org
|
|
COMMENT= Ruby CLI tool to interact with the Puppet Server Certificate Authority
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
PLIST_FILES= bin/puppetserver-ca
|
|
|
|
.include <bsd.port.mk>
|