opnsense-ports/security/py-dirhash/Makefile
Franco Fichtner 60fcdf8c75 */*: sync with upstream
Taken from: FreeBSD
2024-01-18 14:18:28 +01:00

20 lines
483 B
Makefile

PORTNAME= dirhash
DISTVERSION= 0.2.1
PORTREVISION= 1
CATEGORIES= security python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= acm@FreeBSD.org
COMMENT= Python module and CLI for hashing of file system directories
WWW= https://github.com/andhus/dirhash-python
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}scantree>0:devel/py-scantree@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>