2013-04-23 17:53:14 +02:00
|
|
|
# Created by: Antoine Brodin <antoine@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= pytsk
|
2018-03-18 18:25:13 +01:00
|
|
|
PORTVERSION= 20180225
|
2013-04-23 17:53:14 +02:00
|
|
|
CATEGORIES= sysutils security devel python
|
2016-11-12 11:04:11 +01:00
|
|
|
MASTER_SITES= CHEESESHOP \
|
|
|
|
https://github.com/py4n6/pytsk/releases/download/${PORTVERSION}/
|
2013-04-23 17:53:14 +02:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
2016-05-01 19:23:11 +02:00
|
|
|
DISTNAME= ${PORTNAME}3-${PORTVERSION}
|
2013-04-23 17:53:14 +02:00
|
|
|
|
|
|
|
MAINTAINER= antoine@FreeBSD.org
|
|
|
|
COMMENT= Python bindings for the Sleuthkit
|
|
|
|
|
2013-12-30 21:55:18 +01:00
|
|
|
LICENSE= APACHE20
|
2017-08-06 19:32:17 +02:00
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
2013-04-23 17:53:14 +02:00
|
|
|
|
2016-05-01 19:23:11 +02:00
|
|
|
LIB_DEPENDS= libtalloc.so:devel/talloc \
|
|
|
|
libtsk.so:sysutils/sleuthkit
|
2013-04-23 17:53:14 +02:00
|
|
|
|
2016-05-01 19:23:11 +02:00
|
|
|
USES= python
|
2014-08-29 19:28:42 +02:00
|
|
|
USE_PYTHON= distutils autoplist
|
2013-04-23 17:53:14 +02:00
|
|
|
|
2016-05-01 19:23:11 +02:00
|
|
|
post-extract:
|
|
|
|
${RM} ${WRKSRC}/pytsk3.c
|
|
|
|
|
2014-02-10 19:12:30 +01:00
|
|
|
post-patch:
|
2016-05-01 19:23:11 +02:00
|
|
|
${REINPLACE_CMD} 's|%%LOCALBASE%%|${LOCALBASE}|' ${WRKSRC}/setup.py
|
2013-04-23 17:53:14 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|