aboutsummaryrefslogtreecommitdiffstats
path: root/security/go.crypto/Makefile
blob: 8332ff9e6672df8d085e572a0b4a518649cbce27 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# $FreeBSD$

PORTNAME=   go.crypto
PORTVERSION=    20170330
CATEGORIES= security devel

MAINTAINER= jlaffaye@FreeBSD.org
COMMENT=    Additional cryptography packages for Go

LICENSE=    BSD3CLAUSE

USE_GITHUB= yes
GH_ACCOUNT= golang
GH_PROJECT= crypto
GH_TAGNAME= 3cb0727
USES=       go
GO_PKGNAME= golang.org/x/crypto
GO_TARGET=  ${GO_PKGNAME}/bcrypt        \
        ${GO_PKGNAME}/blake2b       \
        ${GO_PKGNAME}/blake2s       \
        ${GO_PKGNAME}/blowfish      \
        ${GO_PKGNAME}/bn256     \
        ${GO_PKGNAME}/cast5     \
        ${GO_PKGNAME}/chacha20poly1305  \
        ${GO_PKGNAME}/cryptobyte    \
        ${GO_PKGNAME}/curve25519    \
        ${GO_PKGNAME}/ed25519       \
        ${GO_PKGNAME}/hkdf      \
        ${GO_PKGNAME}/md4       \
        ${GO_PKGNAME}/nacl/box      \
        ${GO_PKGNAME}/nacl/secretbox    \
        ${GO_PKGNAME}/ocsp      \
        ${GO_PKGNAME}/openpgp       \
        ${GO_PKGNAME}/openpgp/armor \
        ${GO_PKGNAME}/openpgp/clearsign \
        ${GO_PKGNAME}/openpgp/elgamal   \
        ${GO_PKGNAME}/openpgp/errors    \
        ${GO_PKGNAME}/openpgp/packet    \
        ${GO_PKGNAME}/openpgp/s2k   \
        ${GO_PKGNAME}/otr       \
        ${GO_PKGNAME}/pbkdf2        \
        ${GO_PKGNAME}/pkcs12        \
        ${GO_PKGNAME}/poly1305      \
        ${GO_PKGNAME}/ripemd160     \
        ${GO_PKGNAME}/salsa20       \
        ${GO_PKGNAME}/salsa20/salsa \
        ${GO_PKGNAME}/scrypt        \
        ${GO_PKGNAME}/sha3      \
        ${GO_PKGNAME}/ssh       \
        ${GO_PKGNAME}/ssh/agent     \
        ${GO_PKGNAME}/ssh/terminal  \
        ${GO_PKGNAME}/ssh/test      \
        ${GO_PKGNAME}/tea       \
        ${GO_PKGNAME}/twofish       \
        ${GO_PKGNAME}/xtea      \
        ${GO_PKGNAME}/xts

.include <bsd.port.mk>