Ticket #44313: Portfile

File Portfile, 1.3 KB (added by jerryyhom, 9 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                libressl
7version             2.2.1
8categories          devel
9
10description         LibreSSL - modern TLS cryptography library
11long_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
16homepage            http://www.libressl.org
17master_sites        http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/
18
19platforms           darwin
20license             BSD
21maintainers         nomaintainer
22
23conflicts           openssl
24
25checksums           rmd160 7f6846563aa20f4677dc2703eecd04babbafe1e6 \
26                    sha256 4f331750abfc3b605b02eeca1e8994fa0d2629985bc3f62924378197fbfe572d
27
28patchfiles          patch-configure.ac.diff \
29                    patch-Makefile.am.diff \
30                    patch-tls-tls_internal.h.diff
31
32depends_build       port:pkgconfig
33
34use_autoconf        yes
35use_automake        yes
36
37configure.args      --with-openssldir=${prefix}/etc/ssl --with-enginesdir=${prefix}/lib/engines