2014-06-02 01:51:25 +02:00
|
|
|
# $NetBSD: Makefile,v 1.34 2014/06/01 23:51:25 rodent Exp $
|
2003-07-25 17:58:19 +02:00
|
|
|
|
2014-06-02 01:51:25 +02:00
|
|
|
DISTNAME= M2Crypto-0.22.3
|
2012-01-22 11:05:18 +01:00
|
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
|
2004-07-22 11:15:59 +02:00
|
|
|
CATEGORIES= security python
|
2012-01-22 11:05:18 +01:00
|
|
|
MASTER_SITES= http://pypi.python.org/packages/source/M/M2Crypto/
|
2006-01-15 00:07:26 +01:00
|
|
|
|
2006-03-04 22:28:51 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2012-01-22 11:05:18 +01:00
|
|
|
HOMEPAGE= http://chandlerproject.org/bin/view/Projects/MeTooCrypto
|
2003-07-25 17:58:19 +02:00
|
|
|
COMMENT= Crypto and SSL toolkit for Python
|
2012-01-22 11:05:18 +01:00
|
|
|
LICENSE= m2crypto-license
|
2003-07-25 17:58:19 +02:00
|
|
|
|
2006-01-15 00:07:26 +01:00
|
|
|
# constness is very different between openssl versions,
|
|
|
|
# it seems, and 0.9.7i is the version which currently is
|
|
|
|
# in pkgsrc and against which I fixed m2crypto to compile.
|
|
|
|
# -- wiz 20060115
|
2008-01-24 12:14:26 +01:00
|
|
|
BUILDLINK_API_DEPENDS.openssl+= openssl>=0.9.7i{,nb*}
|
2003-07-25 17:58:19 +02:00
|
|
|
|
2013-07-26 11:50:21 +02:00
|
|
|
PYSETUPBUILDARGS= build_ext --openssl=${BUILDLINK_PREFIX.openssl}
|
|
|
|
|
2014-05-09 09:36:53 +02:00
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.21.1
|
2014-01-25 11:29:56 +01:00
|
|
|
|
2012-10-05 12:14:46 +02:00
|
|
|
.include "../../lang/python/egg.mk"
|
2006-01-15 00:07:26 +01:00
|
|
|
.include "../../devel/swig/buildlink3.mk"
|
2004-05-05 10:59:31 +02:00
|
|
|
.include "../../security/openssl/buildlink3.mk"
|
2003-07-25 17:58:19 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|