mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
597afc47ba
With hat: portmgr Sponsored by: Absolight
22 lines
387 B
Makefile
22 lines
387 B
Makefile
# $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:archivers/p7zip \
|
|
cabextract:archivers/cabextract
|
|
|
|
.include <bsd.port.mk>
|