summaryrefslogtreecommitdiff
path: root/security/py-gnutls/Makefile
diff options
context:
space:
mode:
authorminskim <minskim>2004-02-10 19:32:26 +0000
committerminskim <minskim>2004-02-10 19:32:26 +0000
commit48ba890e95b7ecfc1ade4a23e72d01b634cf1fbd (patch)
tree4b1c57b6606e32a7f85d8bbb7214e550a46611d4 /security/py-gnutls/Makefile
parentec27c5f271b1fe122ce962170e430c298f3ce129 (diff)
downloadpkgsrc-48ba890e95b7ecfc1ade4a23e72d01b634cf1fbd.tar.gz
Import py-gnutls from pkgsrc-wip.
Python bindings for GNUTLS. GnuTLS is a project that aims to develop a library which provides a secure layer, over a reliable transport layer. Currently the GnuTLS library implements the proposed standards by the IETF's TLS working group.
Diffstat (limited to 'security/py-gnutls/Makefile')
-rw-r--r--security/py-gnutls/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/security/py-gnutls/Makefile b/security/py-gnutls/Makefile
new file mode 100644
index 00000000000..99367da8f8c
--- /dev/null
+++ b/security/py-gnutls/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/02/10 19:32:26 minskim Exp $
+
+DISTNAME= python-gnutls-0.2
+PKGNAME= ${PYPKGPREFIX}${DISTNAME:S/python//}
+CATEGORIES= security
+MASTER_SITES= http://home.o2w.net/~ivo/python-gnutls/dist/
+
+MAINTAINER= minskim@NetBSD.org
+HOMEPAGE= http://home.o2w.net/~ivo/wiki/moin.cgi/PythonGnutls
+COMMENT= Python bindings for GNUTLS
+
+WRKSRC= ${WRKDIR}/${DISTNAME}/src
+USE_BUILDLINK3= yes
+PYDISTUTILSPKG= yes
+NO_CONFIGURE= yes
+
+PYTHON_VERSIONS_ACCEPTED= 22 22pth 23 23pth
+
+.include "../../lang/python/extension.mk"
+.include "../../security/gnutls/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"