freebsd-ports/security/binwalk/Makefile
Kurt Jaeger 437546a614 security/binwalk: update 2.1.1 -> 2.3.3, chase GH_ACCOUNT
- no longer supports py2.7

Reported by:	salvadore
2023-01-26 20:24:04 +01:00

20 lines
432 B
Makefile

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>