blob: 5c628d6a6e884bdd661df79e64df723daf59460b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
# Created by: Ben Woods <woodsb02@FreeBSD.org>
# $FreeBSD$
MASTERDIR= ${.CURDIR}/../py-openssl
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=0.2.1:security/py3-cryptography \
${PYTHON_PKGNAMEPREFIX}six>=1.5.2:devel/py3-six
USES= cpe python:3.3+
.include "${MASTERDIR}/Makefile"
|