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

28 lines
562 B
Makefile

PORTNAME= dep
DISTVERSIONPREFIX= v
DISTVERSION= 0.5.4
PORTREVISION= 1
CATEGORIES= devel
# https://github.com/golang/dep/pull/2228
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
PATCHFILES= 6d3cf343515fe34645284b75819bed3de5ea930e.patch:-p1
MAINTAINER= dmgk@FreeBSD.org
COMMENT= Prototype dependency management tool for Go
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go
USE_GITHUB= yes
GH_ACCOUNT= golang
GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME}
GO_TARGET= ./cmd/dep
PLIST_FILES= bin/dep
.include <bsd.port.mk>