summaryrefslogtreecommitdiff
path: root/sysutils/bkt/Makefile
blob: a9a4853aab5c7f7e590d8034e4e3dad159450846 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>

PORTNAME=	bkt
PORTVERSION=	0.5.4
CATEGORIES=	sysutils

MAINTAINER=	ehaupt@FreeBSD.org
COMMENT=	Subprocess caching utility

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		cargo
USE_GITHUB=	yes
GH_ACCOUNT=	dimo414

PLIST_FILES=	bin/bkt

post-install:
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/bkt

.include <bsd.port.mk>