mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
1a948efb1d
OpenVPN has been updated to v2.4.0. Changes: <https://github.com/OpenVPN/openvpn/blob/v2.4.0/Changes.rst> openvpn-polarssl has been renamed to openvpn-mbedtls to match the TLS library's change of name. The prior versions of the openvpn ports have been preserved in openvpn23 and openvpn23-polarssl, respectively, and are set to expire 2017-03-31.
14 lines
309 B
Makefile
14 lines
309 B
Makefile
# Created by: Matthias Andree <mandree@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -mbedtls
|
|
|
|
COMMENT= Secure IP/Ethernet tunnel daemon, mbedTLS-based build
|
|
|
|
OPTIONS_EXCLUDE= OPENSSL PKCS11 X509ALTUSERNAME
|
|
OPTIONS_SLAVE= MBEDTLS
|
|
|
|
MASTERDIR= ${.CURDIR}/../../security/openvpn
|
|
|
|
.include "${MASTERDIR}/Makefile"
|