freebsd-ports/devel/dep/Makefile
Martin Wilke 4b47a1cac4 - Update to 0.5.0
PR:		230091
Sponsored by:	iXsystems Inc.
2018-08-10 14:53:39 +00:00

24 lines
402 B
Makefile

# $FreeBSD$
PORTNAME= dep
DISTVERSIONPREFIX= v
DISTVERSION= 0.5.0
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>