# -*- 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

PortSystem          1.0
PortGroup           github 1.0

github.setup        StackExchange blackbox 2.0.0 v
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
name                vcs_blackbox
categories          security
platforms           any
maintainers         whatexit.org:tal {gmail.com:audvare @Tatsh} openmaintainer
license             BSD
supported_archs     noarch

description         Safely store secrets in git/hg/svn repos using GPG encryption

long_description    Storing secrets such as passwords, certificates and private keys \
                    in Git/Mercurial/SubVersion is dangerous. Blackbox makes it easy \
                    to store secrets safely using GPG encryption. They can be easily \
                    decrypted for editing or use in production.

checksums           rmd160  5ebc221f93376403dcc2d557cf1a335de224e453 \
                    sha256  9eed47f8ec5156f52c8db32d6d9def0d61e646140ee4b91aedda529443989c21 \
                    size    98555

use_configure       no

build               {}

# This project's Makefile uses DESTDIR incorrectly.
destroot.destdir    DESTDIR=${destroot}${prefix}
destroot.target     packages-macports