diff options
author | minskim <minskim@pkgsrc.org> | 2004-02-19 01:18:52 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-02-19 01:18:52 +0000 |
commit | 4507c45f6d0b20fd3e1d0daecc92bc2f3119a7c3 (patch) | |
tree | 6a18ec6ef49328523381ff1aa1f8eaea7282c4a8 /security/py-OpenSSL/Makefile | |
parent | 70851735374af4517e9e69a176c44308213a6a40 (diff) | |
download | pkgsrc-4507c45f6d0b20fd3e1d0daecc92bc2f3119a7c3.tar.gz |
Import py-OpenSSL from pkgsrc-wip. Packaged by mjasm at users dot
sourceforge dot net, cleaned by cjep@, and modified by me.
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 than call a corresponding function in the OpenSSL
library.
Diffstat (limited to 'security/py-OpenSSL/Makefile')
-rw-r--r-- | security/py-OpenSSL/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/security/py-OpenSSL/Makefile b/security/py-OpenSSL/Makefile new file mode 100644 index 00000000000..53aab3beadd --- /dev/null +++ b/security/py-OpenSSL/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/02/19 01:18:52 minskim Exp $ +# + +DISTNAME= pyOpenSSL-0.5.1 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} +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= yes +PYBINMODULE= yes +USE_BUILDLINK3= yes + +.include "../../lang/python/extension.mk" +.include "../../security/openssl/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |