mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 02:21:15 +02:00
20 lines
369 B
Makefile
20 lines
369 B
Makefile
# $FreeBSD: head/devel/godep/Makefile 517745 2019-11-16 12:52:39Z dmgk $
|
|
|
|
PORTNAME= godep
|
|
PORTVERSION= 80
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= swills@FreeBSD.org
|
|
COMMENT= Godep helps build packages reproducibly
|
|
|
|
USES= go
|
|
GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME}
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= tools
|
|
|
|
PLIST_FILES= bin/godep
|
|
|
|
.include <bsd.port.mk>
|