Files
ports/sysutils/bkt/Makefile
2022-03-14 18:41:44 +01:00

23 lines
372 B
Makefile

# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
PORTNAME= bkt
PORTVERSION= 0.5.3
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>