add py-openssl 0.4.1
Python interface to the OpenSSL library
This commit is contained in:
parent
b140243697
commit
3d883b3a88
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=54560
6 changed files with 44 additions and 0 deletions
|
@ -181,6 +181,7 @@
|
|||
SUBDIR += py-gnupg
|
||||
SUBDIR += py-m2crypto
|
||||
SUBDIR += py-mhash
|
||||
SUBDIR += py-openssl
|
||||
SUBDIR += py-pow
|
||||
SUBDIR += py-rijndael
|
||||
SUBDIR += py-twofish
|
||||
|
|
30
security/py-openssl/Makefile
Normal file
30
security/py-openssl/Makefile
Normal file
|
@ -0,0 +1,30 @@
|
|||
# ex:ts=8
|
||||
# Ports collection makefile for: py-openssl
|
||||
# Date created: Feb 10, 2002
|
||||
# Whom: ijliao
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= openssl
|
||||
PORTVERSION= 0.4.1
|
||||
CATEGORIES= security python
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= pyopenssl
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= pyOpenSSL-${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_OPENSSL= yes
|
||||
|
||||
SETUP_CMD= cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} setup.py
|
||||
|
||||
do-build:
|
||||
@${SETUP_CMD} build
|
||||
|
||||
do-install:
|
||||
@${SETUP_CMD} install
|
||||
|
||||
.include <bsd.port.mk>
|
1
security/py-openssl/distinfo
Normal file
1
security/py-openssl/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (pyOpenSSL-0.4.1.tar.gz) = 21d4337fb58bf45e54cd8574c64cb323
|
1
security/py-openssl/pkg-comment
Normal file
1
security/py-openssl/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Python interface to the OpenSSL library
|
3
security/py-openssl/pkg-descr
Normal file
3
security/py-openssl/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
pyOpenSSL - A Python wrapper around the OpenSSL library
|
||||
|
||||
WWW: http://pyopenssl.sourceforge.net/
|
8
security/py-openssl/pkg-plist
Normal file
8
security/py-openssl/pkg-plist
Normal file
|
@ -0,0 +1,8 @@
|
|||
lib/%%PYTHON_VERSION%%/site-packages/OpenSSL/SSL.so
|
||||
lib/%%PYTHON_VERSION%%/site-packages/OpenSSL/__init__.py
|
||||
lib/%%PYTHON_VERSION%%/site-packages/OpenSSL/__init__.pyc
|
||||
lib/%%PYTHON_VERSION%%/site-packages/OpenSSL/crypto.so
|
||||
lib/%%PYTHON_VERSION%%/site-packages/OpenSSL/rand.so
|
||||
lib/%%PYTHON_VERSION%%/site-packages/OpenSSL/tsafe.py
|
||||
lib/%%PYTHON_VERSION%%/site-packages/OpenSSL/tsafe.pyc
|
||||
@dirrm lib/%%PYTHON_VERSION%%/site-packages/OpenSSL
|
Loading…
Reference in a new issue