freebsd-ports/devel/pprof/Makefile
Dmitri Goutnik d84aa50743 Bump PORTREVISION after r517743 to force relinking.
Approved by:	araujo (mentor)
Differential Revision:	https://reviews.freebsd.org/D21854
2019-11-16 12:52:39 +00:00

25 lines
557 B
Makefile

# $FreeBSD$
PORTNAME= pprof
DISTVERSION= g20190515
PORTREVISION= 1
CATEGORIES= devel
MAINTAINER= yuri@FreeBSD.org
COMMENT= Tool for visualization and analysis of profiling data
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go
USE_GITHUB= yes
GH_ACCOUNT= google
GH_TAGNAME= 54271f7
GH_TUPLE= chzyer:readline:v1.4:readline/vendor/github.com/chzyer/readline \
ianlancetaylor:demangle:5e5cf60:demangle/vendor/github.com/ianlancetaylor/demangle
GH_SUBDIR= src/github.com/google/${PORTNAME}
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>