1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/devel/dep/Makefile
Sunpoet Po-Chuan Hsieh e50a881ec8 Update to 0.4.1
Changes:	https://github.com/golang/dep/releases
PR:		225484
Submitted by:	Sean Chittenden <sean@chittenden.org>
Approved by:	maintainer (timeout, 16 days)
2018-02-12 19:05:00 +00:00

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>