openbsd-ports/sysutils/glide/Makefile
danj 5171d0cdfa Remove unresponsive maintainers
If somebody is removed who actually wants maintainer and either
didn't receive the mail, or didn't bother to reply to it, they are
free to send a diff to reinstate.

ok sthen@, jca@
2019-07-17 14:39:42 +00:00

24 lines
358 B
Makefile

# $OpenBSD: Makefile,v 1.4 2019/07/17 14:39:43 danj Exp $
COMMENT = package manager for Go
VERSION = 0.13.2
GH_ACCOUNT = Masterminds
GH_PROJECT = glide
GH_TAGNAME = v${VERSION}
REVISION = 0
CATEGORIES = sysutils
HOMEPAGE = https://glide.sh/
WANTLIB += c pthread
#MIT
PERMIT_PACKAGE = Yes
MODULES = lang/go
SEPARATE_BUILD = Yes
.include <bsd.port.mk>