diff options
author | manu <manu@pkgsrc.org> | 2009-03-02 16:46:26 +0000 |
---|---|---|
committer | manu <manu@pkgsrc.org> | 2009-03-02 16:46:26 +0000 |
commit | b8d40cd500c4bb86ba961dd5e0a384f8485e0e50 (patch) | |
tree | c16032d0f6fce44b878c1389b4404126ec8ddc9b /security/py-lasso/Makefile | |
parent | b74c767c4655b5752e1f1a1e560c2a398070eeba (diff) | |
download | pkgsrc-b8d40cd500c4bb86ba961dd5e0a384f8485e0e50.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/Makefile')
-rw-r--r-- | security/py-lasso/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
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" + |