f3f7e555b0
PR: 287766
20 lines
352 B
Makefile
20 lines
352 B
Makefile
PORTNAME= elfcat
|
|
DISTVERSION= 0.1.10
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= lwhsu@FreeBSD.org
|
|
COMMENT= ELF visualizer, generates HTML files from ELF binaries
|
|
WWW= https://crates.io/crates/elfcat
|
|
|
|
LICENSE= ZLIB
|
|
LICENSE_FILE= ${WRKSRC}/license
|
|
|
|
USES= cargo
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= ruslashev
|
|
|
|
PLIST_FILES= bin/elfcat
|
|
|
|
.include <bsd.port.mk>
|