On Mon, May 21, 2018 at 11:35 PM, Jason A. Donenfeld <ja...@zx2c4.com> wrote: > 2. wireguard-go > Runtime dependencies: none > Buildtime dependencies: gmake, go > Build: export GOPATH=$(pwd)/gopath; go get -d; gmake > Install: gmake PREFIX=/usr/local install > URL template: > https://git.zx2c4.com/wireguard-go/snapshot/wireguard-go-VERSION.tar.xz
This has now been simplified slightly and uses proper vendoring of dependencies: Runtime dependencies: none Buildtime dependencies: gmake, go, dep Build: gmake Install: gmake PREFIX=/usr/local install URL template: https://git.zx2c4.com/wireguard-go/snapshot/wireguard-go-VERSION.tar.xz _______________________________________________ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"