Ticket #8682: p5-csp.Portfile

File p5-csp.Portfile, 646 bytes (added by ecronin (Eric Cronin), 18 years ago)

Portfile

Line 
1# $Id: $
2
3PortSystem      1.0
4PortGroup       perl5 1.0
5perl5.setup     CSP 0.33
6maintainers     ecronin@gizmolabs.org
7description     A Perl tool for managing Certificate Authorities
8long_description \
9        CSP is a Perl class and script for running multiple CAs. \
10        OpenSSL is used for all operations. CSP can also generate a \
11        small CA website used to distribute certificates and CRLs.
12homepage        http://devel.it.su.se/projects/CSP/
13
14platforms       darwin
15
16checksums \
17        md5     995154b85ab257af3555d264c69980c2 \
18        sha1    1da78c3a2c1ff859e286c26643edc92f773b8aa6
19
20master_sites    ftp://ftp.su.se/pub/users/leifj
21
22depends_lib-append      port:p5-date-calc port:p5-term-prompt port:p5-ipc-run