freebsd-ports/devel/godep/Makefile

22 lines
329 B
Makefile
Raw Normal View History

# $FreeBSD$
PORTNAME= godep
2017-04-08 17:14:33 +02:00
PORTVERSION= 79
2016-04-08 23:50:45 +02:00
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
2015-08-03 06:08:18 +02:00
GH_ACCOUNT= tools
PLIST_FILES= bin/godep
.include <bsd.port.mk>