9787b2dcb4
With hat: puppet
26 lines
501 B
Makefile
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>
|