mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
23 lines
416 B
Makefile
23 lines
416 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= pchecker
|
|
PORTVERSION= 1.24
|
|
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>
|