mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
ec373bbc2f
Notified by: koobs, wg
24 lines
528 B
Makefile
24 lines
528 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
|
|
|
|
LICENSE= MIT
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/bin/swig:${PORTSDIR}/devel/swig13
|
|
|
|
PYDISTUTILS_BUILDARGS= build_ext --openssl="${OPENSSLBASE}"
|
|
USE_OPENSSL= yes
|
|
USE_PYTHON= autoplist distutils
|
|
USES= python:2
|
|
|
|
.include <bsd.port.mk>
|