Created attachment 168283 [details] shar file Go Package Manager https://github.com/pote/gpm passed portlint check
Created attachment 169136 [details] Proposed changes to the port Makefile There are a couple of minor issues with the Makefile, so I propose some changes: - Most importantly: It does not build due to its own Makefile. But since it's only installing a shell script, I added NO_BUILD - GH_PROJECT is not necessary if it is identical to PORTNAME. Removed it. - Added LICENSE_FILE. - Added NO_ARCH since port does not install architecture-dependent files - Removed ONLY_FOR_ARCH: This port itself is arch-independent. If dependent ports are only for certain archs, they will define so themselves - Normalised tabstops to width 8 Please have a look and set maintainer-approval flag if you accept this proposal for Makefile.
Comment on attachment 169136 [details] Proposed changes to the port Makefile Thank you Thomas for helping me fixed my Makefile.
A commit references this bug: Author: riggs Date: Mon Apr 11 06:31:45 UTC 2016 New revision: 412998 URL: https://svnweb.freebsd.org/changeset/ports/412998 Log: Add new port: devel/gpm, a package manager for lang/go PR: 208053 Submitted by: lukejee@gmail.com (maintainer) Changes: head/devel/Makefile head/devel/gpm/ head/devel/gpm/Makefile head/devel/gpm/distinfo head/devel/gpm/pkg-descr