-
Notifications
You must be signed in to change notification settings - Fork 1
/
metadata.json
37 lines (37 loc) · 875 Bytes
/
metadata.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "edestecd-macports",
"version": "0.1.0",
"author": "Chris Edester",
"summary": "Puppet Module for managing MacPorts",
"license": "GPLv3+",
"source": "https://github.com/edestecd/puppet-macports.git",
"project_page": "https://github.com/edestecd/puppet-macports",
"issues_url": "https://github.com/edestecd/puppet-macports/issues",
"description": "Puppet Module to install/update MacPorts on OS X",
"operatingsystem_support": [
{
"operatingsystem": "Darwin",
"operatingsystemrelease": [
"12.x",
"13.x",
"14.x"
]
}
],
"requirements": [
{
"name": "pe",
"version_requirement": "3.x"
},
{
"name": "puppet",
"version_requirement": "3.x"
}
],
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 4.1.0"
}
]
}