freebsd-ports/devel/gvp/pkg-descr
Stefan Eßer 28f5812db9 Move more URLs from pkg-descr to WWW in Makefile
These ports did contain untagged URLs (without the WWW: prefix) in
their pkg-descr files

Approved by:	portmgr (implicit)
2022-09-12 18:15:01 +02:00

11 lines
451 B
Text

Go Versioning Packager
gvp stands for Go Versioning Packager and is based on gst, a similar tool
that provides dependency isolation for Ruby gems.
The tool modifies your GOPATH to point to a local .godeps/ directory so
that you can keep the dependencies of your project isolated there,
it also modifies GOBIN and PATH to include the new GOPATH/bin directory.
gvp is a companion tool to gpm but both tools can be used independently
from each other.