freebsd-ports/sysutils/rubygem-puppetserver-ca/Makefile
Romain Tartière 9787b2dcb4 Update to 1.5.0
With hat:	puppet
2019-12-04 01:15:12 +00:00

26 lines
501 B
Makefile

# $FreeBSD$
PORTNAME= puppetserver-ca
PORTVERSION= 1.5.0
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
PLIST_FILES= bin/puppetserver-ca
post-patch:
@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' \
${WRKSRC}/lib/puppetserver/ca/config/puppet.rb
.include <bsd.port.mk>