2010-09-28 03:02:57 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.18 2010/09/28 07:02:57 jasper Exp $
|
2007-01-03 05:01:47 -05:00
|
|
|
|
2007-09-15 17:14:00 -04:00
|
|
|
COMMENT= centralised configuration management for networks
|
2007-01-03 05:01:47 -05:00
|
|
|
|
2010-05-18 14:44:37 -04:00
|
|
|
VERSION= 0.25.5
|
2007-01-03 05:01:47 -05:00
|
|
|
DISTNAME= puppet-${VERSION}
|
2010-05-07 11:53:34 -04:00
|
|
|
PKGNAME= ruby-${DISTNAME}
|
2010-09-28 03:02:57 -04:00
|
|
|
REVISION= 1
|
2007-01-03 05:01:47 -05:00
|
|
|
CATEGORIES= sysutils net
|
|
|
|
|
|
|
|
HOMEPAGE= http://reductivelabs.com/projects/puppet/
|
|
|
|
MASTER_SITES= http://reductivelabs.com/downloads/puppet/
|
|
|
|
|
2007-06-07 08:07:20 -04:00
|
|
|
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
|
2007-01-03 05:01:47 -05:00
|
|
|
|
|
|
|
# GPL
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
MODULES= lang/ruby
|
2008-06-05 03:22:59 -04:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2009-09-21 04:01:20 -04:00
|
|
|
RUN_DEPENDS= ::converters/ruby-json \
|
2009-11-27 06:03:17 -05:00
|
|
|
::sysutils/ruby-facter \
|
2010-09-23 18:30:24 -04:00
|
|
|
${MODRUBY_ICONV_DEPENDS}
|
2007-01-03 05:01:47 -05:00
|
|
|
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
NO_BUILD= Yes
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/ruby-puppet
|
2008-01-04 12:48:33 -05:00
|
|
|
@cd ${WRKSRC} && ${ALL_FAKE_FLAGS} ${RUBY} install.rb
|
2009-09-21 04:01:20 -04:00
|
|
|
for f in `ls -1 ${WRKSRC}/examples/etc/puppet/*.conf`; do \
|
2007-01-03 05:01:47 -05:00
|
|
|
${INSTALL_DATA} $$f ${PREFIX}/share/examples/ruby-puppet; \
|
|
|
|
done
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|