summaryrefslogtreecommitdiff
path: root/security/py-xmlsec/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/py-xmlsec/Makefile')
-rw-r--r--security/py-xmlsec/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/security/py-xmlsec/Makefile b/security/py-xmlsec/Makefile
new file mode 100644
index 00000000000..cdad007a59a
--- /dev/null
+++ b/security/py-xmlsec/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/05/29 06:20:06 obache Exp $
+#
+
+DISTNAME= pyxmlsec-0.3.0
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
+MASTER_SITES= http://labs.libre-entreprise.org/frs/download.php/430/
+CATEGORIES= security python
+
+MAINTAINER= pmcphee@givex.com
+HOMEPAGE= http://pyxmlsec.labs.libre-entreprise.org/
+COMMENT= Python bindings for XMLSec Library
+LICENSE= gnu-gpl-v2
+
+DEPENDS+= ${PYPKGPREFIX}-libxml2-[0-9]*:../../textproc/py-libxml2
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_TOOLS+= pkg-config
+
+PYDISTUTILSPKG= yes
+
+.include "../../security/openssl/buildlink3.mk"
+.include "../../textproc/libxml2/buildlink3.mk"
+.include "../../security/xmlsec1/buildlink3.mk"
+.include "../../lang/python/extension.mk"
+.include "../../mk/bsd.pkg.mk"