aboutsummaryrefslogtreecommitdiff
path: root/sysutils/rubygem-puppetserver-ca/Makefile
blob: 2aee95b1950ed39c2a2c608680947000169e3e0b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $FreeBSD$

PORTNAME=	puppetserver-ca
PORTVERSION=	2.0.2
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

PLIST_FILES=	bin/puppetserver-ca

.include <bsd.port.mk>