aboutsummaryrefslogtreecommitdiff
path: root/security/Makefile
diff options
context:
space:
mode:
authorAshish SHUKLA <ashish@FreeBSD.org>2017-02-05 21:21:18 +0000
committerAshish SHUKLA <ashish@FreeBSD.org>2017-02-05 21:21:18 +0000
commitb76e5f6bb57b8f7bccc5c8a1d76cde79913cfd86 (patch)
tree2e9564780e10ca10dceabfdb66e0028ba8657b23 /security/Makefile
parent6d324c1f70c9ee4ebd41f6a689ac379f8d47927b (diff)
downloadports-b76e5f6bb57b8f7bccc5c8a1d76cde79913cfd86.tar.gz
ports-b76e5f6bb57b8f7bccc5c8a1d76cde79913cfd86.zip
git-crypt enables transparent encryption and decryption of files in a
git repository. Files which you choose to protect are encrypted when committed, and decrypted when checked out. git-crypt lets you freely share a repository containing a mix of public and private content. git-crypt gracefully degrades, so developers without the secret key can still clone and commit to a repository with encrypted files. This lets you store your secret material (such as keys or passwords) in the same repository as your code, without requiring you to lock down your entire repository. WWW: https://www.agwa.name/projects/git-crypt/
Notes
Notes: svn path=/head/; revision=433457
Diffstat (limited to 'security/Makefile')
-rw-r--r--security/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile
index ed77e45c5ea1..87fcb07ee36d 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -164,6 +164,7 @@
SUBDIR += gag
SUBDIR += gcipher
SUBDIR += gcr
+ SUBDIR += git-crypt
SUBDIR += gnome-gpg
SUBDIR += gnome-keyring
SUBDIR += gnome-keyring-sharp