aboutsummaryrefslogtreecommitdiffstats
path: root/security/binwalk/Makefile
blob: d117a23a117bc7b02de3537ec1b2418ba1cdaee6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $FreeBSD$

PORTNAME=   binwalk
PORTVERSION=    2.1.1
DISTVERSIONPREFIX=  v
CATEGORIES= security python

MAINTAINER= pi@FreeBSD.org
COMMENT=    Search binary images for embedded files and executable code

LICENSE=    MIT

USES=       python
USE_GITHUB= yes
GH_ACCOUNT= devttys0
USE_PYTHON= autoplist distutils

RUN_DEPENDS=    7z:${PORTSDIR}/archivers/p7zip \
        cabextract:${PORTSDIR}/archivers/cabextract

.include <bsd.port.mk>