summaryrefslogtreecommitdiff
path: root/security/go-crypto/Makefile
blob: d7b31efae109b92ea5a2ddde6baa4bc78d8a982a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# $NetBSD: Makefile,v 1.31 2020/03/21 16:57:04 bsiegert Exp $

COMMENT=	Go supplementary cryptography libraries
PKGREVISION=	1

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

pre-patch:
	${RM} -rf ${WRKSRC}/acme

.include "Makefile.common"