Ticket #51663: Portfile.4

File Portfile.4, 1.0 KB (added by zdw (Zack Williams), 7 years ago)
Line 
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
3PortSystem          1.0
4PortGroup           python 1.0
5PortGroup           github 1.0
6
7
8github.setup        willthames ansible-lint v3.4.13
9name                ansible-lint
10categories-append   sysutils
11platforms           darwin
12supported_archs     noarch
13license             MIT
14maintainers         artisancomputer.com:zdw \
15                    openmaintainer
16description         Best practices checker for Ansible playbooks
17long_description \
18    ansible-lint checks playbooks for practices and behaviour that could potentially be improved
19
20checksums           sha256 b6b0e9f87ffe8912a63b1a4189738ba24adb6ec4226a64852523a3bd4db690aa \
21                    rmd160 32a39b6f2809903e8d25fcbfb403230278387504
22
23depends_run-append  port:ansible
24
25python.versions     27
26
27python.default_version 27
28python.link_binaries_suffix
29
30livecheck.regex     archive/[join ${github.tag_prefix} ""](\[^"r-\]+)${extract.suffix}