opnsense-ports/sysutils/py-bitrot/Makefile
Franco Fichtner 6a73ac9889 */*: sync with upstream
Taken from: HardenedBSD
2019-02-24 01:48:26 +01: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>