summaryrefslogtreecommitdiff
path: root/ports-mgmt/portlint/pkg-descr
blob: 82ae417ff2b5126b96c9b646169a9913e2d3c9bb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
portlint makes a small set of sanity checks for port directory.

usage: portlint [-AabctvN] [-B#] [port_directory]
        -a      additional check for scripts/* and pkg/*
        -A      turn on all additional checks (equivalent to -abcNt)
        -b      warn $(VARIABLE)
        -c      committer mode
        -v      verbose mode
        -t      nit pick about use of spaces
        -N      writing a new port
        -V      print the version and exit
        -B#     allow # contiguous blank lines (default: 1 line)