Ticket #46743: vcs_blackbox.Portfile

File vcs_blackbox.Portfile, 1.1 KB (added by mojca (Mojca Miklavec), 9 years ago)

suggestions for improving the Portfile for blackbox

Line 
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
4PortSystem          1.0
5PortGroup           github 1.0
6
7github.setup        StackExchange blackbox 1.20150203 v
8name                vcs_blackbox
9categories          security
10platforms           darwin
11maintainers         whatexit.org:tal openmaintainer
12license             BSD
13
14description         Safely store secrets in git/hg/svn repos using GPG encryption
15long_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
20checksums           rmd160  d788547015d6fbba835b800cfa8652a7ea1b1c4c \
21                    sha256  9eb3be0d09d9b67f88ce6f0afe941d81b15b3da885a210906fe792d7b4e9e260
22
23use_configure       no
24build               {}
25destroot.target     packages-macports
26destroot.destdir    DESTDIR=${destroot}/${prefix}