openbsd-ports/sysutils/ruby-puppet/Makefile
ajacoutot 68528fec16 factsync is deprecated, so remove it from the default sample configuration
to prevent warnings.

ok robert@ (maintainer)
2010-11-13 11:18:41 +00:00

40 lines
953 B
Makefile

# $OpenBSD: Makefile,v 1.25 2010/11/13 11:18:41 ajacoutot Exp $
COMMENT= centralised configuration management for networks
VERSION= 2.6.3rc2
DISTNAME= puppet-${VERSION}
PKGNAME= ruby-${DISTNAME}
REVISION= 2
CATEGORIES= sysutils net
HOMEPAGE= http://reductivelabs.com/projects/puppet/
MASTER_SITES= http://reductivelabs.com/downloads/puppet/
MAINTAINER= Robert Nagy <robert@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= lang/ruby
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= ::converters/ruby-json \
::sysutils/ruby-facter \
${MODRUBY_ICONV_DEPENDS}
USE_GROFF = Yes
NO_REGRESS= Yes
NO_BUILD= Yes
do-install:
${INSTALL_DATA_DIR} ${MODRUBY_EXAMPLEDIR}/puppet
@cd ${WRKSRC} && ${ALL_FAKE_FLAGS} ${RUBY} install.rb
for f in `ls -1 ${WRKSRC}/examples/etc/puppet/*.conf`; do \
${INSTALL_DATA} $$f ${MODRUBY_EXAMPLEDIR}/puppet; \
done
.include <bsd.port.mk>