aboutsummaryrefslogtreecommitdiff
path: root/security/openvpn-polarssl/Makefile
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2015-07-15 00:10:59 +0000
committerMatthias Andree <mandree@FreeBSD.org>2015-07-15 00:10:59 +0000
commitcf38806ec3a8474c6121e8de0e2d3008c86822c8 (patch)
treef673cd2a3055f8a729ba8ae7aa153ba6fbea1b23 /security/openvpn-polarssl/Makefile
parent8e36928beb1fd8a10b44a116f5b6626c3c700a9e (diff)
Notes
Diffstat (limited to 'security/openvpn-polarssl/Makefile')
-rw-r--r--security/openvpn-polarssl/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/security/openvpn-polarssl/Makefile b/security/openvpn-polarssl/Makefile
new file mode 100644
index 000000000000..a54de6b2ec92
--- /dev/null
+++ b/security/openvpn-polarssl/Makefile
@@ -0,0 +1,13 @@
+# Created by: Matthias Andree <mandree@FreeBSD.org>
+# $FreeBSD$
+
+PKGNAMESUFFIX= -polarssl
+
+COMMENT= Secure IP/Ethernet tunnel daemon, PolarSSL-based build
+
+OPTIONS_EXCLUDE= OPENSSL PKCS11 X509ALTUSERNAME
+OPTIONS_SLAVE= POLARSSL
+
+MASTERDIR= ${.CURDIR}/../../security/openvpn
+
+.include "${MASTERDIR}/Makefile"