23 lines
584 B
Makefile
23 lines
584 B
Makefile
PORTNAME= pytsk3
|
|
PORTVERSION= 20260418
|
|
CATEGORIES= sysutils security devel python
|
|
MASTER_SITES= https://github.com/py4n6/pytsk/releases/download/${PORTVERSION}/ \
|
|
LOCAL/antoine
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= antoine@FreeBSD.org
|
|
COMMENT= Python bindings for the Sleuthkit
|
|
WWW= https://github.com/py4n6/pytsk
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= ${PY_SETUPTOOLS} \
|
|
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= pep517 autoplist
|
|
|
|
.include <bsd.port.mk>
|