summaryrefslogtreecommitdiff
path: root/security/py-xmlsec/Makefile
diff options
context:
space:
mode:
authorobache <obache>2010-05-29 06:20:06 +0000
committerobache <obache>2010-05-29 06:20:06 +0000
commitaf6a054b76d109b7c0bfb53d208436ab4c2d03fc (patch)
tree1d2aa1dfc2b61e3e4a8ab1c48d496d424310c2fc /security/py-xmlsec/Makefile
parent635fde6a8af9ca7aa16b792804c4b2b90663588a (diff)
downloadpkgsrc-af6a054b76d109b7c0bfb53d208436ab4c2d03fc.tar.gz
Import py-xmlsec-0.3.0 as security/py-xmlsec.
Based on PR#42948 by Patrick McPhee. PyXMLSec is a set of Python bindings for XML Security Library (XMLSec).
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"