blob: d42511b007dc9cc9a518c57a178236c98a777901 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
PORTNAME= binwalk
PORTVERSION= 2.3.3
DISTVERSIONPREFIX= v
CATEGORIES= security python
MAINTAINER= pi@FreeBSD.org
COMMENT= Search binary images for embedded files and executable code
WWW= http://www.binwalk.org
LICENSE= MIT
RUN_DEPENDS= 7zz:archivers/7-zip \
cabextract:archivers/cabextract
USES= python:3.6+
USE_GITHUB= yes
GH_ACCOUNT= ReFirmLabs
USE_PYTHON= autoplist distutils optsuffix concurrent
.include <bsd.port.mk>
|