freebsd-ports/sysutils/bkt/Makefile
Daniel Engberg 12f1c627d4 */*: Bump rust (cargo) ports to reflect on WITH_LTO
Bump ports in tree so they get rebuilt with new default settings
for cargo ports
2023-01-07 20:24:18 +01:00

22 lines
375 B
Makefile

PORTNAME= bkt
PORTVERSION= 0.5.4
PORTREVISION= 8
CATEGORIES= sysutils
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Subprocess caching utility
WWW= https://github.com/dimo414/bkt
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>