blob: 7f9841736f4c860ed86c09e1add18fa43a6c6343 (
plain)
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.1.1
PORTREVISION= 1
DISTVERSIONPREFIX= v
CATEGORIES= security python
MAINTAINER= pi@FreeBSD.org
COMMENT= Search binary images for embedded files and executable code
LICENSE= MIT
USES= python:3.6+
USE_GITHUB= yes
GH_ACCOUNT= devttys0
USE_PYTHON= autoplist distutils optsuffix concurrent
RUN_DEPENDS= 7z:archivers/p7zip \
cabextract:archivers/cabextract
.include <bsd.port.mk>
|