1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/devel/govendor/Makefile
Yuri Victorovich a8ea3d234f devel/govendor: Update to 1.0.9-6
Additional port changes:
* Changed to DISTVERSION

PR:		225602
Submitted by:	Dmitri Goutnik <dg@syrec.org>
Approved by:	rwestlun@gmail.com (maintainer), tcberner (mentor, implicit)
2018-02-15 09:06:13 +00:00

22 lines
476 B
Makefile

# $FreeBSD$
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
LICENSE= BSD3CLAUSE
USES= go
USE_GITHUB= yes
GH_ACCOUNT= kardianos
GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME}
PLIST_FILES= bin/govendor
.include <bsd.port.mk>