diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-02 16:56:49 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-02 16:56:49 +0000 |
commit | 4e96ade69f13118138a36c9e2e2acc1f6fc51ccc (patch) | |
tree | b3f3cfbd00e1d3f77edf3ce427968bdce4e9b9e0 /security/py-OpenSSL | |
parent | 1f4a2edc3a70f32918cc0df1600c6a76fe214e78 (diff) | |
download | pkgsrc-4e96ade69f13118138a36c9e2e2acc1f6fc51ccc.tar.gz |
Needs Python 2.2 or later.
Diffstat (limited to 'security/py-OpenSSL')
-rw-r--r-- | security/py-OpenSSL/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/py-OpenSSL/Makefile b/security/py-OpenSSL/Makefile index d8e5e158b28..31761933082 100644 --- a/security/py-OpenSSL/Makefile +++ b/security/py-OpenSSL/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/02/05 23:10:46 joerg Exp $ +# $NetBSD: Makefile,v 1.10 2006/06/02 17:07:36 joerg Exp $ # DISTNAME= pyOpenSSL-0.6 @@ -11,6 +11,8 @@ MAINTAINER= rpaulo@NetBSD.org HOMEPAGE= http://pyopenssl.sourceforge.net/ COMMENT= Python interface to the OpenSSL library +PYTHON_VERSIONS_ACCEPTED= 24 23 22 + PYDISTUTILSPKG= yes PYBINMODULE= yes |