pkgsrc/security/py-xmlsec/Makefile
obache e5d3c498b9 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).
2010-05-29 06:20:06 +00:00

26 lines
744 B
Makefile

# $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"