1 # $NetBSD: Makefile,v 1.28 2012/10/23 18:16:54 asau Exp $
4 DISTNAME
= M2Crypto-0.21
.1
5 PKGNAME
= ${PYPKGPREFIX}-${DISTNAME
:tl
}
7 CATEGORIES
= security python
8 MASTER_SITES
= http
://pypi.python.org
/packages
/source
/M
/M2Crypto
/
10 MAINTAINER
= pkgsrc-users@NetBSD.org
11 HOMEPAGE
= http
://chandlerproject.org
/bin
/view
/Projects
/MeTooCrypto
12 COMMENT
= Crypto and SSL toolkit for Python
13 LICENSE
= m2crypto-license
15 # constness is very different between openssl versions,
16 # it seems, and 0.9.7i is the version which currently is
17 # in pkgsrc and against which I fixed m2crypto to compile.
19 BUILDLINK_API_DEPENDS.openssl
+= openssl
>=0.9.7i
{,nb
*}
21 .
include "../../lang/python/extension.mk"
22 .
include "../../lang/python/egg.mk"
23 .
include "../../devel/swig/buildlink3.mk"
24 .
include "../../security/openssl/buildlink3.mk"
25 .
include "../../mk/bsd.pkg.mk"