summaryrefslogtreecommitdiff
path: root/devel/dep/Makefile
blob: 8c8dd7c2127651af0392efe730ce655e4c5ee55b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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>