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 | |
---|
6 | name crackpkcs12 |
---|
7 | version 0.2.9 |
---|
8 | categories security |
---|
9 | platforms darwin |
---|
10 | license {GPL-3+ OpenSSLException} |
---|
11 | maintainers bwalle.de:bernhard |
---|
12 | description Crack PKCS12 files passwords |
---|
13 | long_description A tool to audit PKCS12 files passwords |
---|
14 | homepage http://crackpkcs12.sourceforge.net |
---|
15 | master_sites sourceforge:crackpkcs12 |
---|
16 | |
---|
17 | checksums rmd160 27466d70eb48be6af1a1fc44e793839f8c6685c3 \ |
---|
18 | sha256 0c9aa4e643986e71866f185cb0fa09c74cb1f4c95ff48ffd013a5a4677bf49e0 |
---|
19 | |
---|
20 | depends_lib port:openssl |
---|