openbsd-ports/sysutils/ruby-puppet/Makefile
msf ec82924266 update to 0.25.3, this is a maintenance release that resolves several
major issues with 0.25.2.

ok jasper@ ajacoutot@
2010-01-24 22:25:27 +00:00

37 lines
919 B
Makefile

# $OpenBSD: Makefile,v 1.13 2010/01/24 22:25:27 msf Exp $
COMMENT= centralised configuration management for networks
VERSION= 0.25.3
DISTNAME= puppet-${VERSION}
CATEGORIES= sysutils net
HOMEPAGE= http://reductivelabs.com/projects/puppet/
MASTER_SITES= http://reductivelabs.com/downloads/puppet/
MAINTAINER= Mathieu Sauve-Frankel <msf@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_RUN_DEPENDS},-iconv
NO_REGRESS= Yes
NO_BUILD= Yes
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/ruby-puppet
@cd ${WRKSRC} && ${ALL_FAKE_FLAGS} ${RUBY} install.rb
for f in `ls -1 ${WRKSRC}/examples/etc/puppet/*.conf`; do \
${INSTALL_DATA} $$f ${PREFIX}/share/examples/ruby-puppet; \
done
.include <bsd.port.mk>