all: check

install:
	${INSTALL_SCRIPT} portlint.pl /usr/local/bin/portlint
	${INSTALL_MAN} portlint.1 /usr/local/man/man1

web: check
	scp portlint.pl portlint.1 Makefile TODO STATUS freefall.freebsd.org:public_html/portlint3/

check:
	perl -cw portlint.pl
