1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/sysutils/backdown/Makefile
2024-02-19 12:59:23 +01:00

21 lines
378 B
Makefile

PORTNAME= backdown
DISTVERSIONPREFIX= v
DISTVERSION= 1.1.1
PORTREVISION= 6
CATEGORIES= sysutils
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Tool to safely and ergonomically remove duplicate files
WWW= https://github.com/Canop/backdown
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cargo
USE_GITHUB= yes
GH_ACCOUNT= Canop
PLIST_FILES= bin/backdown
.include <bsd.port.mk>