blob: ca21ec4f071a3c21a69b6a4fe96f9c87222d5fff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
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>
|