1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/devel/godep/Makefile
2018-02-03 05:35:34 +00:00

22 lines
329 B
Makefile

# $FreeBSD$
PORTNAME= godep
PORTVERSION= 80
DISTVERSIONPREFIX= v
CATEGORIES= devel
MAINTAINER= swills@FreeBSD.org
COMMENT= Godep helps build packages reproducibly
LICENSE= BSD3CLAUSE
USES= go
GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME}
USE_GITHUB= yes
GH_ACCOUNT= tools
PLIST_FILES= bin/godep
.include <bsd.port.mk>