25 lines
466 B
Makefile
25 lines
466 B
Makefile
# Created by: Richard Gallamore <ultima@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= godef
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.1.1
|
|
CATEGORIES= devel
|
|
PKGNAMEPREFIX= go-
|
|
|
|
MAINTAINER= ultima@FreeBSD.org
|
|
COMMENT= Print where symbols are defined in Go source code
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= go
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= rogpeppe
|
|
GH_TAGNAME= b692db1de
|
|
|
|
GO_PKGNAME= github.com/rogpeppe/godef
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|