|
NAMEportclippy —
lint FreeBSD Ports Collection Makefiles
SYNOPSIS
DESCRIPTIONportclippy is a tool for linting
FreeBSD Ports Collection Makefiles.
At the moment it only checks variable order and is a companion tool for portlint(1). If the optional Makefile argument is not given, the Makefile will be read from stdin.
Variables in wrong positions will be marked with -. The position they should appear in is marked with a +. Variables that start with an underscore _ will be ignored. The following options are available:
ENVIRONMENTThe following environment variables affect the execution ofportclippy :
EXIT STATUSportclippy will exit with 0 if it could not find a
problem, and >0 if there are issues.
EXAMPLES$ portclippy Makefile # BLOCK_PORTNAME PORTNAME DISTVERSION CATEGORIES MASTER_SITES # BLOCK_MAINTAINER MAINTAINER COMMENT # BLOCK_LICENSE LICENSE LICENSE_FILE # BLOCK_DEPENDS +RUN_DEPENDS # BLOCK_USES +USES -RUN_DEPENDS The output of SEE ALSOportfmt(1), portlint(1)AUTHORSTobias Kortkamp <tobik@FreeBSD.org>
Visit the GSP FreeBSD Man Page Interface. |