freebsd-ports/security/py-m2crypto/Makefile
Sunpoet Po-Chuan Hsieh 5a725e4316 - Update to 0.22.3
- Use PYDISTUTILS_AUTOPLIST
- Reformat pkg-descr
- Add PyPI as primary WWW

Changes:	https://github.com/martinpaljak/M2Crypto/commits/master
2014-02-04 11:37:32 +00:00

22 lines
527 B
Makefile

# Created by: Peter Haight <peterh@sapros.com>
# $FreeBSD$
PORTNAME= m2crypto
PORTVERSION= 0.22.3
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= M2Crypto-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Crypto and SSL toolkit for Python
BUILD_DEPENDS= ${LOCALBASE}/bin/swig:${PORTSDIR}/devel/swig13
PYDISTUTILS_AUTOPLIST= yes
PYDISTUTILS_BUILDARGS= build_ext --openssl="${OPENSSLBASE}"
USE_OPENSSL= yes
USE_PYDISTUTILS=yes
USE_PYTHON= 2
.include <bsd.port.mk>