blob: 67b3211e3715703ec02c585fa560ce6d022e830c (
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= 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
PLIST_FILES= bin/httm
.include <bsd.port.mk>
|