aboutsummaryrefslogtreecommitdiff
path: root/security/go.crypto
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-22 12:40:04 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-22 12:40:04 +0000
commit5d7b880ff05897ffe683dc906c98a0fbccfefe95 (patch)
tree368b672d684456fd3d707cabe51d0c42518857db /security/go.crypto
parent4719a9a192fd826a4f21df5bf321a22a9ded6ea2 (diff)
downloadports-5d7b880ff05897ffe683dc906c98a0fbccfefe95.tar.gz
ports-5d7b880ff05897ffe683dc906c98a0fbccfefe95.zip
Notes
Diffstat (limited to 'security/go.crypto')
-rw-r--r--security/go.crypto/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/security/go.crypto/Makefile b/security/go.crypto/Makefile
index c05314044774..052533a6f30e 100644
--- a/security/go.crypto/Makefile
+++ b/security/go.crypto/Makefile
@@ -8,6 +8,7 @@ MASTER_SITES= http://www.c-s.li/ports/
MAINTAINER= jlaffaye@FreeBSD.org
COMMENT= Additional cryptography packages for Go
+USES= go
GO_PKGNAME= golang.org/x/crypto
GO_TARGET= ${GO_PKGNAME}/bcrypt \
${GO_PKGNAME}/blowfish \
@@ -43,7 +44,4 @@ GO_TARGET= ${GO_PKGNAME}/bcrypt \
${GO_PKGNAME}/xtea \
${GO_PKGNAME}/xts
-.include <bsd.port.pre.mk>
-.include "${PORTSDIR}/lang/go/files/bsd.go.mk"
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>