freebsd-ports/sysutils/py-bitrot/Makefile
Tobias Kortkamp e7e754cfae New port: sysutils/py-bitrot
Detects bit rotten files on the hard drive to save your precious
photo and music collection from slow decay.

WWW: https://github.com/ambv/bitrot

PR:		232972
Submitted by:	Darren Mulligan <fixer@bsdmail.com>
2019-02-19 08:18:07 +00:00

22 lines
484 B
Makefile

# $FreeBSD$
PORTNAME= bitrot
PORTVERSION= 0.9.2
CATEGORIES= sysutils
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= fixer@bsdmail.com
COMMENT= Utility to detect data corruption and bit rot
LICENSE= MIT
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>