freebsd-ports/sysutils/httm/Makefile
2024-08-26 10:08:01 +02:00

24 lines
471 B
Makefile

PORTNAME= httm
DISTVERSION= 0.40.5
PORTREVISION= 1
CATEGORIES= sysutils
MAINTAINER= bofh@FreeBSD.org
COMMENT= Dream of a CLI Time Machine
WWW= https://github.com/kimono-koans/httm
LICENSE= MPL20
LICENSE_FILE= ${WRKSRC}/LICENSE
NOT_FOR_ARCHS= i386
NOT_FOR_ARCHS_REASON= Fails to build: non-binding let on a synchronization lock
USES= cargo
USE_GITHUB= yes
GH_ACCOUNT= kimono-koans
.include "${.CURDIR}/Makefile.cargo"
PLIST_FILES= bin/httm
.include <bsd.port.mk>