Ticket #38257: Portfile-1.6

File Portfile-1.6, 1003 bytes (added by steve+macports@…, 10 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$
3
4PortSystem          1.0
5
6name                osslsigncode
7version             1.6
8categories          devel security
9platforms           darwin
10license             GPL-3+
11maintainers         openmaintainer
12
13description         OpenSSL-based signcode utility
14long_description    Platform-independent tool for Authenticode signing of \
15                    PE(EXE/SYS/DLL/etc), CAB and MSI files - uses OpenSSL \
16                    and libcurl. It also supports timestamping (Authenticode \
17                    and RFC3161).
18
19homepage            http://sourceforge.net/projects/osslsigncode/
20master_sites        sourceforge
21checksums           rmd160 69701543458d4c18cd1356272f9d88962a45a15d \
22                    sha256 5edb969558d44efcc07a29e3975688d3e70acd941375a2bdd28a226d5db9d4ad
23
24depends_build       port:pkgconfig
25depends_lib         port:openssl port:curl