Ticket #46931: Portfile

File Portfile, 1.2 KB (added by tal@…, 9 years ago)
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: Portfile 132962 2015-02-16 10:33:02Z ryandesign@macports.org $
3
4PortSystem          1.0
5PortGroup           github 1.0
6
7github.setup        StackExchange blackbox 1.20150222 v
8name                vcs_blackbox
9categories          security
10platforms           darwin
11maintainers         whatexit.org:tal openmaintainer
12license             BSD
13supported_archs     noarch
14
15description         Safely store secrets in git/hg/svn repos using GPG encryption
16
17long_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
22checksums           rmd160  42b1831cb33a9b8bd23246951713f1b53b892c72 \
23                    sha256  1565062bd8eb0f322f1ed811223652702467760c7079b84b02bb3d7fe539ad92
24
25use_configure       no
26
27build               {}
28
29# This project's Makefile uses DESTDIR incorrectly.
30destroot.destdir    DESTDIR=${destroot}${prefix}
31destroot.target     packages-macports