blob: 3bd3b9c4c345872d609cc9f8d764825a440796e2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
PORTNAME= binwalk
PORTVERSION= 2.3.3
PORTREVISION= 1
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
USE_GITHUB= yes
GH_ACCOUNT= ReFirmLabs
USE_PYTHON= autoplist distutils optsuffix concurrent
.include <bsd.port.mk>
|