# New ports collection makefile for: rubygem-puppet # Date created: 2007-03-03 # Whom: Tomoyuki Sakurai # # $FreeBSD$ # PORTNAME= puppet PORTVERSION= 0.22.1 CATEGORIES= sysutils MASTER_SITES= http://www.reductivelabs.com/downloads/puppet/ EXTRACT_SUFX= .tgz MAINTAINER= cherry@trombik.org COMMENT= A configuration management framework written in Ruby BUILD_DEPENDS= ${RUBY_SITELIBDIR}/facter.rb:${PORTSDIR}/sysutils/facter RUN_DEPENDS= ${BUILD_DEPENDS} NO_BUILD= yes USE_RUBY= yes DOCS= CHANGELOG TODO README LICENSE COPYING .include do-install: cd ${WRKSRC} && \ ${SETENV} DSTDIR=${DSTDIR}/${PREFIX} \ ${RUBY} ${WRKSRC}/install.rb --full ${INSTALL} -d ${DOCSDIR} .if !defined(NOPORTDOCS) .for FILE in ${DOCS} ${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR} .endfor ${INSTALL} -d ${EXAMPLESDIR} ${CP} -R ${WRKSRC}/examples/* ${EXAMPLESDIR} @${CHOWN} -R root:wheel ${EXAMPLESDIR} .endif .include