pyOpenSSL is a Python module that is a rather think wrapper around
(a subset of) the OpenSSL library. A lot of the object methods do nothing more then call a corresponding function in the OpenSSL library.
This commit is contained in:
parent
599236b2d3
commit
dd028a0b40
4 changed files with 32 additions and 0 deletions
4
py-OpenSSL/DESCR
Normal file
4
py-OpenSSL/DESCR
Normal file
|
@ -0,0 +1,4 @@
|
|||
pyOpenSSL is a Python module that is a rather think wrapper around
|
||||
(a subset of) the OpenSSL library. A lot of the object methods do
|
||||
nothing more then call a corresponding function in the OpenSSL
|
||||
library.
|
17
py-OpenSSL/Makefile
Normal file
17
py-OpenSSL/Makefile
Normal file
|
@ -0,0 +1,17 @@
|
|||
|
||||
|
||||
DISTNAME= pyOpenSSL-0.5.1
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pyopenssl/}
|
||||
|
||||
MAINTAINER= adam@monkeybyte.org
|
||||
HOMEPAGE= http://pyopenssl.sourceforge.net/
|
||||
COMMENT= Python interface to the OpenSSL library
|
||||
|
||||
PYDISTUTILSPKG=
|
||||
PYBINMODULE=
|
||||
USE_BUILDLINK2= yes
|
||||
|
||||
.include "../../lang/python/extension.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
10
py-OpenSSL/PLIST
Normal file
10
py-OpenSSL/PLIST
Normal file
|
@ -0,0 +1,10 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2003/06/05 06:10:02 mjasm Exp $
|
||||
lib/python2p2/site-packages/OpenSSL/SSL.so
|
||||
lib/python2p2/site-packages/OpenSSL/__init__.pyc
|
||||
lib/python2p2/site-packages/OpenSSL/__init__.py
|
||||
lib/python2p2/site-packages/OpenSSL/crypto.so
|
||||
lib/python2p2/site-packages/OpenSSL/rand.so
|
||||
lib/python2p2/site-packages/OpenSSL/tsafe.pyc
|
||||
lib/python2p2/site-packages/OpenSSL/tsafe.py
|
||||
@dirrm lib/python2p2/site-packages/OpenSSL
|
||||
@dirrm lib/python2p2/site-packages
|
1
py-OpenSSL/distinfo
Normal file
1
py-OpenSSL/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
SHA1 (pyOpenSSL-0.5.1.tar.gz) = d65639255f9266b8ebeb86661a46567624b68b69
|
Loading…
Reference in a new issue