summaryrefslogtreecommitdiff
path: root/lang/python27/files/Setup.OpenSSL
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>2001-05-02 11:25:02 +0000
committerThomas Gellekum <tg@FreeBSD.org>2001-05-02 11:25:02 +0000
commita0e827ef6c52f2b527245711de0827a89d0e5f63 (patch)
tree7890a87ce2b64b6d483790401e8ff1bb33066d27 /lang/python27/files/Setup.OpenSSL
parentAdd of new port mail/pronto, (diff)
Upgrade to 2.1.
Notes
Notes: svn path=/head/; revision=42158
Diffstat (limited to 'lang/python27/files/Setup.OpenSSL')
-rw-r--r--lang/python27/files/Setup.OpenSSL6
1 files changed, 0 insertions, 6 deletions
diff --git a/lang/python27/files/Setup.OpenSSL b/lang/python27/files/Setup.OpenSSL
deleted file mode 100644
index c675971496ca..000000000000
--- a/lang/python27/files/Setup.OpenSSL
+++ /dev/null
@@ -1,6 +0,0 @@
-*static*
-
-# Socket module compiled with SSL support; you must edit the SSL variable:
-SSL=/usr
-_socket socketmodule.c -DUSE_SSL -I$(SSL)/include -I$(SSL)/include/openssl -L$(SSL)/lib -lssl -lcrypto
-