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