aboutsummaryrefslogblamecommitdiff
path: root/sysutils/rubygem-puppetserver-ca/Makefile
blob: eac0b89bc2638fc222ac6c34e11f755c727aaf30 (plain) (tree)
1
2
3
4


                               
                     


















                                                                                      
# $FreeBSD$

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

RUN_DEPENDS=	facter:sysutils/facter

USES=		gem
USE_RUBY=	yes

post-patch:
	@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' \
		${WRKSRC}/lib/puppetserver/ca/config/puppet.rb

.include <bsd.port.mk>