aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/py-bitrot/Makefile
blob: 66507ded892051a48cb9b8468bbf97bb95c02cb2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=   bitrot
PORTVERSION=    1.0.0
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:3.5+
USE_PYTHON= autoplist distutils

NO_ARCH=    yes

.include <bsd.port.mk>