summaryrefslogtreecommitdiff
path: root/security/py-m2crypto/Makefile
diff options
context:
space:
mode:
authordrochner <drochner>2003-07-25 15:58:19 +0000
committerdrochner <drochner>2003-07-25 15:58:19 +0000
commitdc896fab1b14986b5e2ddb74c280f548f1d0b7f8 (patch)
treebe5415df0feeea801409ef37ea23a63f4cc9d0ac /security/py-m2crypto/Makefile
parent7403d33b9c9e65f21902232bcd89def0c572b0f0 (diff)
downloadpkgsrc-dc896fab1b14986b5e2ddb74c280f548f1d0b7f8.tar.gz
Now that we have openssl-0.97 it makes sense to import
m2crypto-0.11, a crypto and SSL toolkit for Python.
Diffstat (limited to 'security/py-m2crypto/Makefile')
-rw-r--r--security/py-m2crypto/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/security/py-m2crypto/Makefile b/security/py-m2crypto/Makefile
new file mode 100644
index 00000000000..adb3acf3ed2
--- /dev/null
+++ b/security/py-m2crypto/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/07/25 15:58:19 drochner Exp $
+#
+
+DISTNAME= m2crypto-0.11
+PKGNAME= ${PYPKGPREFIX}-m2crypto-0.11
+CATEGORIES= security
+MASTER_SITES= http://www.post1.com/home/ngps/m2/
+EXTRACT_SUFX= .zip
+
+MAINTAINER= tech-pkg@NetBSD.org
+HOMEPAGE= http://www.post1.com/home/ngps/m2/
+COMMENT= Crypto and SSL toolkit for Python
+
+USE_BUILDLINK2= yes
+PYDISTUTILSPKG= yes
+PYTHON_VERSIONS_ACCEPTED= 22pth 21pth
+USE_OPENSSL_VERSION= OPENSSL_VERSION_097B
+
+.include "../../lang/python/extension.mk"
+.include "../../devel/swig-python/buildlink2.mk"
+.include "../../security/openssl/buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"