1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00
freebsd-ports/devel/go-glide/Makefile
2021-04-06 16:31:07 +02:00

23 lines
414 B
Makefile

# Created by: Carlo Strub <cs@FreeBSD.org>
PORTNAME= glide
PORTVERSION= 0.13.2
DEPRECATED= use go mod instead of glide
DISTVERSIONPREFIX= v
PORTREVISION= 1
CATEGORIES= devel
PKGNAMEPREFIX= go-
MAINTAINER= cs@FreeBSD.org
COMMENT= Package Management for Golang
LICENSE= MIT
USE_GITHUB= yes
GH_ACCOUNT= Masterminds
USES= go
GO_PKGNAME= github.com/Masterminds/glide
PLIST_FILES= bin/glide
.include <bsd.port.mk>