diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-22 12:40:04 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-22 12:40:04 +0000 |
commit | 5d7b880ff05897ffe683dc906c98a0fbccfefe95 (patch) | |
tree | 368b672d684456fd3d707cabe51d0c42518857db /security/go.crypto | |
parent | 4719a9a192fd826a4f21df5bf321a22a9ded6ea2 (diff) | |
download | ports-5d7b880ff05897ffe683dc906c98a0fbccfefe95.tar.gz ports-5d7b880ff05897ffe683dc906c98a0fbccfefe95.zip |
Notes
Diffstat (limited to 'security/go.crypto')
-rw-r--r-- | security/go.crypto/Makefile | 6 |
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> |