mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
e50a881ec8
Changes: https://github.com/golang/dep/releases PR: 225484 Submitted by: Sean Chittenden <sean@chittenden.org> Approved by: maintainer (timeout, 16 days)
25 lines
402 B
Makefile
25 lines
402 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= dep
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.4.1
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= sam.gwydir@joyent.com
|
|
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= ${GO_PKGNAME}/cmd/dep
|
|
|
|
PLIST_FILES= bin/dep
|
|
|
|
.include <bsd.port.mk>
|