2019-02-19 09:18:07 +01:00
|
|
|
PORTNAME= bitrot
|
2020-06-28 15:48:53 +02:00
|
|
|
PORTVERSION= 1.0.0
|
2019-02-19 09:18:07 +01:00
|
|
|
CATEGORIES= sysutils
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= fixer@bsdmail.com
|
|
|
|
COMMENT= Utility to detect data corruption and bit rot
|
2022-09-07 23:06:12 +02:00
|
|
|
WWW= https://github.com/ambv/bitrot
|
2019-02-19 09:18:07 +01:00
|
|
|
|
|
|
|
LICENSE= MIT
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR}
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR}
|
|
|
|
|
2020-07-01 17:24:07 +02:00
|
|
|
USES= python:3.5+
|
2019-02-19 09:18:07 +01:00
|
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
|
|
|
|
NO_ARCH= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|