freebsd-ports/devel/pprof/Makefile
Dmitri Goutnik 34156e93e8 Go ports: cleanup, finish transition to USES=go started with r505321 (cat. audio-mail)
- Remove custom build/install targets left in place after r505321
- Switch to the new GO_TARGET tuple syntax introduced in r512001
- Switch to go:modules when upstream already uses them

Reviewed by:	tobik
Approved by:	araujo (mentor), portmgr (adamw)
Differential Revision:	https://reviews.freebsd.org/D21741
2019-09-29 22:29:39 +00:00

25 lines
541 B
Makefile

# $FreeBSD$
PORTNAME= pprof
DISTVERSION= g20190515
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>