summaryrefslogtreecommitdiff
path: root/security/py-lasso
diff options
context:
space:
mode:
authormanu <manu@pkgsrc.org>2009-03-02 16:46:26 +0000
committermanu <manu@pkgsrc.org>2009-03-02 16:46:26 +0000
commite1232165cb08f1cb1e60edfc0cf78715e6f82332 (patch)
treec16032d0f6fce44b878c1389b4404126ec8ddc9b /security/py-lasso
parentedd18f0b63afea92fcf241775d802ead3f822fc1 (diff)
downloadpkgsrc-e1232165cb08f1cb1e60edfc0cf78715e6f82332.tar.gz
Lasso is a free software C library aiming to implement the Liberty
Alliance standards: ID-FF, ID-WSF and SAML. It defines processes for federated identities, single sign-on and related protocols. Lasso is built on top of libxml2, XMLSec and OpenSSL and is GPL licensed. This package provides python bindings for Lasso.
Diffstat (limited to 'security/py-lasso')
-rw-r--r--security/py-lasso/DESCR6
-rw-r--r--security/py-lasso/Makefile21
-rw-r--r--security/py-lasso/PLIST3
3 files changed, 30 insertions, 0 deletions
diff --git a/security/py-lasso/DESCR b/security/py-lasso/DESCR
new file mode 100644
index 00000000000..e7b4dd9c5e1
--- /dev/null
+++ b/security/py-lasso/DESCR
@@ -0,0 +1,6 @@
+Lasso is a free software C library aiming to implement the Liberty
+Alliance standards: ID-FF, ID-WSF and SAML. It defines processes for
+federated identities, single sign-on and related protocols. Lasso is
+built on top of libxml2, XMLSec and OpenSSL and is GPL licensed.
+
+This package provides python bindings for Lasso.
diff --git a/security/py-lasso/Makefile b/security/py-lasso/Makefile
new file mode 100644
index 00000000000..815bf8d5870
--- /dev/null
+++ b/security/py-lasso/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/03/02 16:46:26 manu Exp $
+#
+
+PKGNAME= ${PYPKGPREFIX}-lasso
+COMMENT= Libery Alliance Single Sign On binding for Python
+
+PKG_DESTDIR_SUPPORT= destdir
+
+CONFIGURE_ARGS+= --disable-php4
+CONFIGURE_ARGS+= --disable-perl
+
+do-install:
+ cd ${WRKSRC}/bindings/python && ${MAKE} install
+
+PY_PATCHPLIST= yes
+.include "../../lang/python/extension.mk"
+
+.include "../../security/lasso/buildlink3.mk"
+
+.include "../../security/lasso/Makefile.common"
+
diff --git a/security/py-lasso/PLIST b/security/py-lasso/PLIST
new file mode 100644
index 00000000000..5dba4367326
--- /dev/null
+++ b/security/py-lasso/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2009/03/02 16:46:26 manu Exp $
+${PYSITELIB}/_lasso.la
+${PYSITELIB}/lasso.py