sthen 9356d2ac79 remove some extraneous DISTNAME setting from GH_TAGNAME ports,
move GH_* up in a few cases where it's halfway through the Makefile
2020-02-14 11:11:32 +00:00

28 lines
554 B
Makefile

# $OpenBSD: Makefile,v 1.3 2020/02/14 11:11:32 sthen Exp $
COMMENT = library for writing Tor pluggable transports in Go
GH_ACCOUNT = torbsd
GH_PROJECT = goptlib
GH_TAGNAME = 0.7
PKGNAME = go-${DISTNAME}
CATEGORIES = devel
HOMEPAGE = https://www.torproject.org/docs/pluggable-transports
MAINTAINER = Sean Levy <attila@stalphonsos.com>
# CC0
PERMIT_PACKAGE = Yes
MODULES += lang/go
ALL_TARGET = git.torproject.org/pluggable-transports/goptlib.git
MODGO_TYPE = lib
BUILD_DEPENDS += net/go-net security/go-crypto
.include <bsd.port.mk>