e7f178e805
managers for other languages such as Cargo for Rust, NPM for Node.js, Pip for Python, Bundler for Ruby, and so forth. WWW: https://glide.sh/
21 lines
369 B
Makefile
21 lines
369 B
Makefile
# Created by: Carlo Strub <cs@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= glide
|
|
PORTVERSION= 0.12.3
|
|
CATEGORIES= devel
|
|
PKGNAMEPREFIX= go-
|
|
|
|
MAINTAINER= cs@FreeBSD.org
|
|
COMMENT= Package Management for Golang
|
|
|
|
LICENSE= MIT
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= Masterminds
|
|
GH_TAGNAME= v0.12.3
|
|
USES= go
|
|
GO_PKGNAME= github.com/Masterminds/glide
|
|
PLIST_FILES= bin/glide
|
|
|
|
.include <bsd.port.mk>
|