1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/sysutils/rubygem-puppetserver-ca/Makefile
Po-Chuan Hsieh 86b76ba8a5
sysutils/rubygem-puppetserver-ca: Add NO_ARCH
Approved by:	portmgr (blanket)
2021-09-19 14:01:11 +08:00

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>