2001-03-31 01:52:00 +00:00
|
|
|
# New ports collection makefile for: py-m2crypto
|
|
|
|
# Date created: 27 March 2001
|
|
|
|
# Whom: Peter Haight <peterh@sapros.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= m2crypto
|
2006-07-10 16:01:24 +00:00
|
|
|
PORTVERSION= 0.16
|
2006-11-08 18:09:10 +00:00
|
|
|
PORTREVISION= 1
|
2001-03-31 01:52:00 +00:00
|
|
|
CATEGORIES= security python
|
2006-07-10 16:01:24 +00:00
|
|
|
MASTER_SITES= http://wiki.osafoundation.org/pub/Projects/MeTooCrypto/
|
2001-03-31 01:52:00 +00:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
2005-03-19 22:25:17 +00:00
|
|
|
|
2005-09-16 17:58:32 +00:00
|
|
|
MAINTAINER= mnag@FreeBSD.org
|
2003-07-01 04:51:41 +00:00
|
|
|
COMMENT= Crypto and SSL toolkit for Python
|
2003-05-07 00:12:29 +00:00
|
|
|
|
2005-03-19 22:25:17 +00:00
|
|
|
BUILD_DEPENDS= swig1.3:${PORTSDIR}/devel/swig13
|
|
|
|
|
|
|
|
DIST_SUBDIR= python
|
2006-07-10 16:01:24 +00:00
|
|
|
USE_PYTHON= 2.3+
|
2005-03-19 22:25:17 +00:00
|
|
|
USE_PYDISTUTILS=yes
|
2001-03-31 01:52:00 +00:00
|
|
|
USE_OPENSSL= yes
|
|
|
|
|
2003-08-06 08:46:45 +00:00
|
|
|
post-patch:
|
2005-03-19 22:25:17 +00:00
|
|
|
@${REINPLACE_CMD} "s|%%PYTHON_INCLUDEDIR%%|${PYTHON_INCLUDEDIR}|g" ${WRKSRC}/SWIG/Makefile
|
2001-03-31 01:52:00 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|