aboutsummaryrefslogtreecommitdiffstats
path: root/security/py-m2crypto/Makefile
blob: 523ae64ee4f22502267470360d30dcf9189ceb62 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# New ports collection makefile for:    py-m2crypto
# Date created:             27 March 2001
# Whom:                 Peter Haight <peterh@sapros.com>
#
# $FreeBSD$
#

PORTNAME=   m2crypto
PORTVERSION=    0.13.1
CATEGORIES= security python
MASTER_SITES=   http://sandbox.rulemaker.net/ngps/Dist/
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
DISTNAME=   ${PORTNAME}-${PORTVERSION:S/.1$//}

PATCH_SITES=    ${MASTER_SITES}

MAINTAINER= mnag@FreeBSD.org
COMMENT=    Crypto and SSL toolkit for Python

BUILD_DEPENDS=  swig1.3:${PORTSDIR}/devel/swig13

PATCHFILES+=    0.13p1.patch

DIST_SUBDIR=    python
USE_PYTHON= yes
USE_PYDISTUTILS=yes
USE_ZIP=    yes
USE_OPENSSL=    yes

post-patch:
    @${REINPLACE_CMD} "s|%%PYTHON_INCLUDEDIR%%|${PYTHON_INCLUDEDIR}|g" ${WRKSRC}/SWIG/Makefile

.include <bsd.port.mk>