freebsd-ports/security/binwalk/Makefile
Kurt Jaeger a1b9350920 security/binwalk: 2.0.1 -> 2.0.2 (or so)
- old version did not work
- current github head does work (tested)
- new from head sees itself as 2.1.0, but not yet released, so...

PR:		203774
Requested by:	emaste
2015-10-14 18:12:58 +00:00

22 lines
430 B
Makefile

# $FreeBSD$
PORTNAME= binwalk
PORTVERSION= 2.0.2
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
GH_TAGNAME= 38218b
USE_PYTHON= autoplist distutils
RUN_DEPENDS= 7z:${PORTSDIR}/archivers/p7zip \
cabextract:${PORTSDIR}/archivers/cabextract
.include <bsd.port.mk>