mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 02:21:15 +02:00
20 lines
519 B
Makefile
20 lines
519 B
Makefile
# $FreeBSD: head/devel/govendor/Makefile 517745 2019-11-16 12:52:39Z dmgk $
|
|
|
|
PORTNAME= govendor
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.0.9-6
|
|
DISTVERSIONSUFFIX= -gc5ee5dc # includes the fix for 32-bit systems: https://github.com/kardianos/govendor/issues/386
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= rwestlun@gmail.com
|
|
COMMENT= Go vendor tool that works with the standard vendor file
|
|
|
|
USES= go
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= kardianos
|
|
GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME}
|
|
|
|
PLIST_FILES= bin/govendor
|
|
|
|
.include <bsd.port.mk>
|