mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
cf118ccf87
Reported by: lwhsu
22 lines
533 B
Makefile
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>
|