2012-04-13 08:18:30 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.40 2012/04/13 08:18:30 jasper Exp $
|
2007-01-03 10:01:47 +00:00
|
|
|
|
2007-09-15 21:14:00 +00:00
|
|
|
COMMENT= centralised configuration management for networks
|
2007-01-03 10:01:47 +00:00
|
|
|
|
2012-04-13 08:18:30 +00:00
|
|
|
VERSION= 2.7.13
|
2007-01-03 10:01:47 +00:00
|
|
|
DISTNAME= puppet-${VERSION}
|
2010-05-07 15:53:34 +00:00
|
|
|
PKGNAME= ruby-${DISTNAME}
|
2007-01-03 10:01:47 +00:00
|
|
|
CATEGORIES= sysutils net
|
|
|
|
|
|
|
|
HOMEPAGE= http://reductivelabs.com/projects/puppet/
|
|
|
|
MASTER_SITES= http://reductivelabs.com/downloads/puppet/
|
|
|
|
|
2010-09-30 15:39:11 +00:00
|
|
|
MAINTAINER= Robert Nagy <robert@openbsd.org>
|
2007-01-03 10:01:47 +00:00
|
|
|
|
2011-03-20 15:46:34 +00:00
|
|
|
# GPLv2
|
2007-01-03 10:01:47 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
MODULES= lang/ruby
|
2008-06-05 07:22:59 +00:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2010-11-20 17:22:40 +00:00
|
|
|
RUN_DEPENDS= converters/ruby-json \
|
|
|
|
sysutils/ruby-facter \
|
2010-09-23 22:30:24 +00:00
|
|
|
${MODRUBY_ICONV_DEPENDS}
|
2007-01-03 10:01:47 +00:00
|
|
|
|
2010-10-19 07:43:00 +00:00
|
|
|
USE_GROFF = Yes
|
2007-01-03 10:01:47 +00:00
|
|
|
NO_REGRESS= Yes
|
|
|
|
NO_BUILD= Yes
|
|
|
|
|
|
|
|
do-install:
|
2010-11-09 18:44:14 +00:00
|
|
|
${INSTALL_DATA_DIR} ${MODRUBY_EXAMPLEDIR}/puppet
|
2008-01-04 17:48:33 +00:00
|
|
|
@cd ${WRKSRC} && ${ALL_FAKE_FLAGS} ${RUBY} install.rb
|
2009-09-21 08:01:20 +00:00
|
|
|
for f in `ls -1 ${WRKSRC}/examples/etc/puppet/*.conf`; do \
|
2010-11-09 18:44:14 +00:00
|
|
|
${INSTALL_DATA} $$f ${MODRUBY_EXAMPLEDIR}/puppet; \
|
2007-01-03 10:01:47 +00:00
|
|
|
done
|
2011-11-24 08:39:12 +00:00
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/emacs/site-lisp/
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/ext/emacs/* ${PREFIX}/share/emacs/site-lisp/
|
2007-01-03 10:01:47 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|