1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
freebsd-ports/devel/dwarf2json/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

22 lines
533 B
Makefile

PORTNAME= dwarf2json
DISTVERSION= g20200326
CATEGORIES= devel
MAINTAINER= antoine@FreeBSD.org
COMMENT= Convert ELF/DWARF symbol and type information into JSON
LICENSE= VSL
LICENSE_NAME= Volatility Software License
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
USE_GITHUB= yes
GH_ACCOUNT= volatilityfoundation
GH_TAGNAME= 224af56
GH_TUPLE= spf13:pflag:v1.0.5:spf13_pflag/vendor/github.com/spf13/pflag
USES= go:modules
PLIST_FILES= bin/dwarf2json
.include <bsd.port.mk>