Ticket #51663: Portfile.3

File Portfile.3, 1.1 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
5
6name                ansible-lint
7version             3.4.13
8categories          sysutils
9platforms           darwin
10license             MIT
11maintainers         artisancomputer.com:zdw \
12                    openmaintainer
13description         Best practices checker for Ansible playbooks
14long_description \
15    ansible-lint checks playbooks for practices and behaviour that could potentially be improved
16
17homepage            https://github.com/willthames/ansible-lint
18master_sites        https://pypi.python.org/packages/34/21/0accae0dbc42aef2ec433b0bdaa5d21774939667b45690f5d4a4619b4528/
19distname            ansible-lint-${version}
20
21checksums           sha256 79df7b490747049c857d47b44a39465ca909860dab0909df0ce48cd4333cf7e4 \
22                    rmd160 8f6023f3bb24b9eef70105cf57b5a03ed5b94656
23
24depends_run         port:ansible
25
26python.versions     27
27
28python.default_version 27
29python.link_binaries_suffix
30