Ticket #50214: Portfile-maintain-cyassl

File Portfile-maintain-cyassl, 1.3 KB (added by jacob@…, 8 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                cyassl
7version             3.3.0
8revision            1
9
10replaced_by         wolfssl
11
12categories          devel security
13platforms           darwin
14maintainers         yassl.com:chris
15homepage            http://www.wolfssl.com/yaSSL/Products-cyassl.html
16license             GPL-2
17description         CyaSSL Embedded SSL Library
18
19long_description    \
20    The CyaSSL embedded SSL library is a lightweight SSL library written \
21    in ANSI C and targeted for embedded and RTOS environments - primarily \
22    because of its small size, speed, and feature set.  It is commonly \
23    used in standard operating environments as well because of its \
24    royalty-free pricing and excellent cross platform support.  CyaSSL \
25    supports industry standards up to the current TLS and DTLS 1.2 levels, \
26    is up to 20 times smaller than OpenSSL, and offers progressive ciphers \
27    such as HC-128, RABBIT, and NTRU.
28
29master_sites        http://www.wolfssl.com/
30
31livecheck.type      none
32pre-configure {
33    ui_error "Please do not install this port since it has been replaced by 'wolfssl'."
34    return -code error
35}
36
37distfiles