summaryrefslogtreecommitdiff
path: root/security/tcl-tls/buildlink3.mk
diff options
context:
space:
mode:
authorpeter <peter>2005-01-22 19:45:23 +0000
committerpeter <peter>2005-01-22 19:45:23 +0000
commitf039c64f5a2c397678dedb8dcb95794f6140cc29 (patch)
tree310ffc27d0fc0aeecd6d4b7b6535029c342ac2c8 /security/tcl-tls/buildlink3.mk
parent70453a5c9e73ae4aebd7b2fdb0299d80b12ea8a6 (diff)
downloadpkgsrc-f039c64f5a2c397678dedb8dcb95794f6140cc29.tar.gz
Reimport as security/tcl-tls, suggested by Christoph Badura.
TLS (aka SSL) Channel - can be layered on any bi-directional Tcl_Channel. Both client and server-side sockets are possible, and this code should work on any platform as it uses a generic mechanism for layering on SSL and Tcl.
Diffstat (limited to 'security/tcl-tls/buildlink3.mk')
-rw-r--r--security/tcl-tls/buildlink3.mk18
1 files changed, 18 insertions, 0 deletions
diff --git a/security/tcl-tls/buildlink3.mk b/security/tcl-tls/buildlink3.mk
new file mode 100644
index 00000000000..db79717630c
--- /dev/null
+++ b/security/tcl-tls/buildlink3.mk
@@ -0,0 +1,18 @@
+# $NetBSD: buildlink3.mk,v 1.1.1.1 2005/01/22 19:45:23 peter Exp $
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
+TCL_TLS_BUILDLINK3_MK:= ${TCL_TLS_BUILDLINK3_MK}+
+
+.if !empty(BUILDLINK_DEPTH:M+)
+BUILDLINK_DEPENDS+= tcl-tls
+.endif
+
+BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Ntcl-tls}
+BUILDLINK_PACKAGES+= tcl-tls
+
+.if !empty(TCL_TLS_BUILDLINK3_MK:M+)
+BUILDLINK_DEPENDS.tcl-tls+= tcl-tls>=1.5.0
+BUILDLINK_PKGSRCDIR.tcl-tls?= ../../security/tcl-tls
+.endif # TCL_TLS_BUILDLINK3_MK
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}