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 libressl |
---|
7 | version 2.2.0 |
---|
8 | categories devel |
---|
9 | |
---|
10 | description LibreSSL - modern TLS cryptography library |
---|
11 | long_description LibreSSL is a version of the TLS/crypto stack \ |
---|
12 | forked from OpenSSL in 2014, with goals of \ |
---|
13 | modernizing the codebase, improving security, and \ |
---|
14 | applying best practice development processes. |
---|
15 | |
---|
16 | homepage http://www.libressl.org |
---|
17 | master_sites http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/ |
---|
18 | |
---|
19 | platforms darwin |
---|
20 | license BSD |
---|
21 | maintainers nomaintainer |
---|
22 | |
---|
23 | conflicts openssl |
---|
24 | |
---|
25 | checksums rmd160 5e083d9d7b342af4dc45cab0e1914fe196db55f0 \ |
---|
26 | sha256 9690d8f38a5d48425395452eeb305b05bb0f560cd96e0ee30f370d4f16563040 |
---|
27 | |
---|
28 | patchfiles patch-configure.ac.diff \ |
---|
29 | patch-Makefile.am.diff \ |
---|
30 | patch-tls-tls_internal.h.diff |
---|
31 | |
---|
32 | use_autoconf yes |
---|
33 | use_automake yes |
---|
34 | |
---|
35 | configure.args --disable-dependency-tracking --with-openssldir=${prefix}/etc/ssl --with-enginesdir=${prefix}/lib/engines |
---|