12f1c627d4
Bump ports in tree so they get rebuilt with new default settings for cargo ports
22 lines
375 B
Makefile
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>
|