aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2014-03-12 16:32:55 +0000
committerSteve Wills <swills@FreeBSD.org>2014-03-12 16:32:55 +0000
commit05b16cbff7c5eebcd9d7bc168b1e49f2e6b2804f (patch)
tree0ecaecf3f244cad2f6b0606f53744e623da26060 /sysutils
parent049c2e9aaf96d2a2c0500aa01062f179928507eb (diff)
downloadports-05b16cbff7c5eebcd9d7bc168b1e49f2e6b2804f.tar.gz
ports-05b16cbff7c5eebcd9d7bc168b1e49f2e6b2804f.zip
Notes
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/Makefile1
-rw-r--r--sysutils/rubygem-librarian-puppet/Makefile22
-rw-r--r--sysutils/rubygem-librarian-puppet/distinfo2
-rw-r--r--sysutils/rubygem-librarian-puppet/pkg-descr5
4 files changed, 30 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile
index 2f62c84da27d..a2ece054542b 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -807,6 +807,7 @@
SUBDIR += rubygem-hiera
SUBDIR += rubygem-hiera-json
SUBDIR += rubygem-hiera-puppet
+ SUBDIR += rubygem-librarian-puppet
SUBDIR += rubygem-log4r
SUBDIR += rubygem-mogilefs-client
SUBDIR += rubygem-murder
diff --git a/sysutils/rubygem-librarian-puppet/Makefile b/sysutils/rubygem-librarian-puppet/Makefile
new file mode 100644
index 000000000000..b6e77c297b38
--- /dev/null
+++ b/sysutils/rubygem-librarian-puppet/Makefile
@@ -0,0 +1,22 @@
+# $FreeBSD$
+
+PORTNAME= librarian-puppet
+PORTVERSION= 0.9.13
+CATEGORIES= sysutils rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ports@robakdesign.com
+COMMENT= A tool for management and bundling Puppet modules
+
+LICENSE= MIT
+
+RUN_DEPENDS= ${PKGNAMEPREFIX}json>=0:${PORTSDIR}/devel/rubygem-json \
+ ${PKGNAMEPREFIX}librarian>=0.1.2:${PORTSDIR}/devel/rubygem-librarian \
+ ${PKGNAMEPREFIX}open3_backport>=0:${PORTSDIR}/devel/rubygem-open3_backport
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+PLIST_FILES= bin/librarian-puppet
+
+.include <bsd.port.mk>
diff --git a/sysutils/rubygem-librarian-puppet/distinfo b/sysutils/rubygem-librarian-puppet/distinfo
new file mode 100644
index 000000000000..363c762ae571
--- /dev/null
+++ b/sysutils/rubygem-librarian-puppet/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rubygem/librarian-puppet-0.9.13.gem) = beb66c609c72ac617e05cf7bded068e8d79a7b3ca1c76bd475146770e75777ae
+SIZE (rubygem/librarian-puppet-0.9.13.gem) = 17408
diff --git a/sysutils/rubygem-librarian-puppet/pkg-descr b/sysutils/rubygem-librarian-puppet/pkg-descr
new file mode 100644
index 000000000000..fb789f9b4f54
--- /dev/null
+++ b/sysutils/rubygem-librarian-puppet/pkg-descr
@@ -0,0 +1,5 @@
+Librarian-puppet is a bundler for your puppet infrastructure.
+You can use it to manage the puppet modules your infrastructure
+depends on. It is based on Librarian framework.
+
+WWW: https://github.com/rodjek/librarian-puppet