Index: head/devel/Makefile =================================================================== --- head/devel/Makefile +++ head/devel/Makefile @@ -768,6 +768,7 @@ SUBDIR += googletest SUBDIR += goprotobuf SUBDIR += gorm + SUBDIR += govendor SUBDIR += gperf SUBDIR += gpm SUBDIR += gprbuild Index: head/devel/govendor/Makefile =================================================================== --- head/devel/govendor/Makefile +++ head/devel/govendor/Makefile @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= govendor +PORTVERSION= 1.0.7 +DISTVERSIONPREFIX= v +CATEGORIES= devel + +MAINTAINER= rwestlun@gmail.com +COMMENT= Go vendor tool that works with the standard vendor file + +LICENSE= BSD3CLAUSE + +USES= go +GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} + +USE_GITHUB= yes +GH_ACCOUNT= kardianos + +PLIST_FILES= bin/govendor + +.include Index: head/devel/govendor/distinfo =================================================================== --- head/devel/govendor/distinfo +++ head/devel/govendor/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1473276490 +SHA256 (kardianos-govendor-v1.0.7_GH0.tar.gz) = a366992fea5db94946dcd8507c9e75d6fbc8323c1582bd0fb1985f035fd60ff0 +SIZE (kardianos-govendor-v1.0.7_GH0.tar.gz) = 113937 Index: head/devel/govendor/pkg-descr =================================================================== --- head/devel/govendor/pkg-descr +++ head/devel/govendor/pkg-descr @@ -0,0 +1,4 @@ +Govendor is a tool that fetches dependencies for Go projects and records them +in the standard vendor.json file. + +WWW: https://github.com/kardianos/govendor