mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
346fd0a6a3
Approved by: pav (mentor)
35 lines
763 B
Makefile
35 lines
763 B
Makefile
# 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
|
|
USE_REINPLACE= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} "s|%%PYTHON_INCLUDEDIR%%|${PYTHON_INCLUDEDIR}|g" ${WRKSRC}/SWIG/Makefile
|
|
|
|
.include <bsd.port.mk>
|