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: Portfile 132962 2015-02-16 10:33:02Z ryandesign@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup github 1.0 |
---|
6 | |
---|
7 | github.setup StackExchange blackbox 1.20150222 v |
---|
8 | name vcs_blackbox |
---|
9 | categories security |
---|
10 | platforms darwin |
---|
11 | maintainers whatexit.org:tal openmaintainer |
---|
12 | license BSD |
---|
13 | supported_archs noarch |
---|
14 | |
---|
15 | description Safely store secrets in git/hg/svn repos using GPG encryption |
---|
16 | |
---|
17 | long_description Storing secrets such as passwords, certificates and private keys \ |
---|
18 | in Git/Mercurial/SubVersion is dangerous. Blackbox makes it easy \ |
---|
19 | to store secrets safely using GPG encryption. They can be easily \ |
---|
20 | decrypted for editing or use in production. |
---|
21 | |
---|
22 | checksums rmd160 42b1831cb33a9b8bd23246951713f1b53b892c72 \ |
---|
23 | sha256 1565062bd8eb0f322f1ed811223652702467760c7079b84b02bb3d7fe539ad92 |
---|
24 | |
---|
25 | use_configure no |
---|
26 | |
---|
27 | build {} |
---|
28 | |
---|
29 | # This project's Makefile uses DESTDIR incorrectly. |
---|
30 | destroot.destdir DESTDIR=${destroot}${prefix} |
---|
31 | destroot.target packages-macports |
---|