1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup github 1.0 |
---|
6 | |
---|
7 | github.setup StackExchange blackbox 1.20150203 v |
---|
8 | name vcs_blackbox |
---|
9 | categories security |
---|
10 | platforms darwin |
---|
11 | maintainers whatexit.org:tal openmaintainer |
---|
12 | license BSD |
---|
13 | |
---|
14 | description Safely store secrets in git/hg/svn repos using GPG encryption |
---|
15 | long_description Storing secrets such as passwords, certificates and private keys \ |
---|
16 | in Git/Mercurial/SubVersion is dangerous. Blackbox makes it easy \ |
---|
17 | to store secrets safely using GPG encryption. They can be easily \ |
---|
18 | decrypted for editing or use in production. |
---|
19 | |
---|
20 | checksums rmd160 d788547015d6fbba835b800cfa8652a7ea1b1c4c \ |
---|
21 | sha256 9eb3be0d09d9b67f88ce6f0afe941d81b15b3da885a210906fe792d7b4e9e260 |
---|
22 | |
---|
23 | use_configure no |
---|
24 | build {} |
---|
25 | destroot.target packages-macports |
---|
26 | destroot.destdir DESTDIR=${destroot}/${prefix} |
---|