1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/security/go.crypto/Makefile
Carlo Strub 16e52a14ab Update to 20140828
PR:		193293
Submitted by:	cs@
Approved by:	jlaffaye@ (maintainer)
2014-09-05 19:25:27 +00:00

44 lines
1.1 KiB
Makefile

# $FreeBSD$
PORTNAME= go.crypto
PORTVERSION= 20140828
CATEGORIES= security devel
MASTER_SITES= http://www.c-s.li/ports/
MAINTAINER= jlaffaye@FreeBSD.org
COMMENT= Additional cryptography packages for Go
GO_PKGNAME= code.google.com/p/go.crypto
GO_TARGET= ${GO_PKGNAME}/bcrypt \
${GO_PKGNAME}/blowfish \
${GO_PKGNAME}/bn256 \
${GO_PKGNAME}/cast5 \
${GO_PKGNAME}/curve25519 \
${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/elgamal \
${GO_PKGNAME}/openpgp/errors \
${GO_PKGNAME}/openpgp/packet \
${GO_PKGNAME}/openpgp/s2k \
${GO_PKGNAME}/otr \
${GO_PKGNAME}/pbkdf2 \
${GO_PKGNAME}/poly1305 \
${GO_PKGNAME}/ripemd160 \
${GO_PKGNAME}/salsa20 \
${GO_PKGNAME}/salsa20/salsa \
${GO_PKGNAME}/scrypt \
${GO_PKGNAME}/sha3 \
${GO_PKGNAME}/ssh \
${GO_PKGNAME}/twofish \
${GO_PKGNAME}/xtea \
${GO_PKGNAME}/xts
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/lang/go/files/bsd.go.mk"
.include <bsd.port.post.mk>