summaryrefslogtreecommitdiff
path: root/security/go-crypto/Makefile
blob: 6647aae22bcd32be2dbc36d95791a54c545e9966 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $NetBSD: Makefile,v 1.12 2018/03/04 15:52:18 bsiegert Exp $

COMMENT=	Go supplementary cryptography libraries
PKGREVISION=	1

GO_SRCPATH=	golang.org/x/crypto
GO_DIST_BASE=	${GITHUB_PROJECT}-${GITHUB_TAG}*

# The "acme" package depends on x/net/context.
pre-patch:
	${RM} -r ${WRKSRC}/acme

.include "Makefile.common"