diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-02-11 22:54:44 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-02-11 22:54:44 +0800 |
commit | cb7bdf8c634552ac6ab70f5c0ffad375b6e75643 (patch) | |
tree | 662cde3f7d66af3be9360c875870596c673c38cf /security | |
parent | 5d453ed45338bccaa303199f7c275bef4b205059 (diff) | |
download | freebsd-ports-gnome-cb7bdf8c634552ac6ab70f5c0ffad375b6e75643.tar.gz freebsd-ports-gnome-cb7bdf8c634552ac6ab70f5c0ffad375b6e75643.tar.zst freebsd-ports-gnome-cb7bdf8c634552ac6ab70f5c0ffad375b6e75643.zip |
add py-openssl 0.4.1
Python interface to the OpenSSL library
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/py-openssl/Makefile | 30 | ||||
-rw-r--r-- | security/py-openssl/distinfo | 1 | ||||
-rw-r--r-- | security/py-openssl/pkg-comment | 1 | ||||
-rw-r--r-- | security/py-openssl/pkg-descr | 3 | ||||
-rw-r--r-- | security/py-openssl/pkg-plist | 8 |
6 files changed, 44 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 7e204707c810..14919ffefbc4 100644 --- a/security/Makefile +++ b/security/Makefile @@ -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 diff --git a/security/py-openssl/Makefile b/security/py-openssl/Makefile new file mode 100644 index 000000000000..703488d58b00 --- /dev/null +++ b/security/py-openssl/Makefile @@ -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> diff --git a/security/py-openssl/distinfo b/security/py-openssl/distinfo new file mode 100644 index 000000000000..0ea66ce27a51 --- /dev/null +++ b/security/py-openssl/distinfo @@ -0,0 +1 @@ +MD5 (pyOpenSSL-0.4.1.tar.gz) = 21d4337fb58bf45e54cd8574c64cb323 diff --git a/security/py-openssl/pkg-comment b/security/py-openssl/pkg-comment new file mode 100644 index 000000000000..b400c8faf0f2 --- /dev/null +++ b/security/py-openssl/pkg-comment @@ -0,0 +1 @@ +Python interface to the OpenSSL library diff --git a/security/py-openssl/pkg-descr b/security/py-openssl/pkg-descr new file mode 100644 index 000000000000..74ed8babc846 --- /dev/null +++ b/security/py-openssl/pkg-descr @@ -0,0 +1,3 @@ +pyOpenSSL - A Python wrapper around the OpenSSL library + +WWW: http://pyopenssl.sourceforge.net/ diff --git a/security/py-openssl/pkg-plist b/security/py-openssl/pkg-plist new file mode 100644 index 000000000000..ff0ca6702e8a --- /dev/null +++ b/security/py-openssl/pkg-plist @@ -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 |