2012-02-08 02:53:00 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= binwalk
|
2016-01-11 19:39:19 +01:00
|
|
|
PORTVERSION= 2.1.1
|
2015-05-18 19:07:45 +02:00
|
|
|
DISTVERSIONPREFIX= v
|
2015-01-03 16:13:42 +01:00
|
|
|
CATEGORIES= security python
|
2012-02-08 02:53:00 +01:00
|
|
|
|
2014-06-08 21:05:27 +02:00
|
|
|
MAINTAINER= pi@FreeBSD.org
|
2012-02-08 02:53:00 +01:00
|
|
|
COMMENT= Search binary images for embedded files and executable code
|
|
|
|
|
|
|
|
LICENSE= MIT
|
|
|
|
|
2015-05-03 13:32:55 +02:00
|
|
|
USES= python
|
2015-05-18 19:07:45 +02:00
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= devttys0
|
2017-11-30 16:50:30 +01:00
|
|
|
USE_PYTHON= autoplist distutils optsuffix concurrent
|
2012-02-08 02:53:00 +01:00
|
|
|
|
2016-04-01 16:25:16 +02:00
|
|
|
RUN_DEPENDS= 7z:archivers/p7zip \
|
|
|
|
cabextract:archivers/cabextract
|
2012-02-08 02:53:00 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|