Commits
Herby Gillot authored and Perry E. Metzger committed 077cb373562
1 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup github 1.0 |
5 5 | |
6 - | github.setup hashicorp nomad 0.10.1 v |
6 + | github.setup hashicorp nomad 0.10.2 v |
7 7 | homepage https://www.nomadproject.io/ |
8 8 | |
9 9 | platforms darwin |
10 10 | categories net |
11 11 | license MPL-2 |
12 12 | installs_libs no |
13 13 | |
14 14 | # Nomad's build process requires the git repository. |
15 15 | fetch.type git |
16 16 | |