2023-04-30 05:53:45 +02:00
|
|
|
PORTNAME= iris-vt-module
|
2023-10-25 17:04:41 +02:00
|
|
|
DISTVERSION= 1.2.1
|
2023-04-30 05:53:45 +02:00
|
|
|
DISTVERSIONPREFIX= v
|
|
|
|
CATEGORIES= security python
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= acm@FreeBSD.org
|
|
|
|
COMMENT= IRIS Module enriching IOCs with VT insights
|
|
|
|
WWW= https://github.com/dfir-iris/iris-vt-module
|
|
|
|
|
|
|
|
LICENSE= LGPL3
|
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyunpack>0:archivers/py-pyunpack@${PY_FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}virustotal-api>0:security/py-virustotal-api@${PY_FLAVOR}
|
|
|
|
|
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= dfir-iris
|
|
|
|
GH_PROJECT= ${PORTNAME}
|
2023-10-25 17:04:41 +02:00
|
|
|
GH_TAGNAME= 3935df96b6c00e2a53ab2c9eec1dc33834810732
|
2023-04-30 05:53:45 +02:00
|
|
|
|
2023-06-15 00:00:28 +02:00
|
|
|
USES= python
|
2023-04-30 05:53:45 +02:00
|
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
|
|
|
|
NO_ARCH= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|