freebsd-ports/sysutils/rubygem-puppetserver-ca/Makefile
Romain Tartière 1a59ecf3d4 Update to 1.1.2
With hat:	puppet
2018-10-19 09:06:29 +00:00

23 lines
467 B
Makefile

# $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>