[Bug 244913] [NEW PORT] net/traefik2 High availability reverse proxy and load balancer, version 2.1.7

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Mar 20 02:50:54 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244913

--- Comment #3 from Kurt Jaeger <pi at FreeBSD.org> ---
For the go modules, I have this little writeup on how to get it into the
makefile:

- Change to WRKSRC of your port
- run
  go mod vendor
  modules2tuple vendor/modules.txt > /tmp/ggg
- use /tmp/ggg as GH_TUPLE for the port Makefile
- go list -m shows you the list of modules

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list