freebsd-ports/ports-mgmt/pchecker/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

20 lines
403 B
Makefile

PORTNAME= pchecker
PORTVERSION= 1.25
CATEGORIES= ports-mgmt
MASTER_SITES= https://aklv.github.io/distfiles/
MAINTAINER= ak@FreeBSD.org
COMMENT= Tool that checks the ports tree for various errors
LICENSE= BSD2CLAUSE
USES= tar:xz
NO_ARCH= yes
NO_BUILD= yes
PLIST_FILES= bin/${PORTNAME}
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>