summaryrefslogtreecommitdiff
path: root/sysutils/httm/Makefile
blob: 5ff7375dc24a0a5037fbc1f079cf035952189b4d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PORTNAME=	httm
DISTVERSION=	0.48.0
PORTREVISION=	2
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

PLIST_FILES=	bin/httm

.include <bsd.port.mk>