aboutsummaryrefslogtreecommitdiff
path: root/security/py3-cryptography/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/py3-cryptography/Makefile')
-rw-r--r--security/py3-cryptography/Makefile14
1 files changed, 0 insertions, 14 deletions
diff --git a/security/py3-cryptography/Makefile b/security/py3-cryptography/Makefile
deleted file mode 100644
index 7a91f24d21f2..000000000000
--- a/security/py3-cryptography/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-# Created by: Ben Woods <woodsb02@FreeBSD.org>
-# $FreeBSD$
-
-MASTERDIR= ${.CURDIR}/../py-cryptography
-
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.4.1:devel/py3-cffi
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.4.1:devel/py3-six \
- ${PYTHON_PKGNAMEPREFIX}pyasn1>=0.1.8:devel/py3-pyasn1 \
- ${PYTHON_PKGNAMEPREFIX}cffi>=1.1.0:devel/py3-cffi \
- ${PYTHON_PKGNAMEPREFIX}idna>=2.0:dns/py3-idna
-
-USES= python:3.3+ ssl
-
-.include "${MASTERDIR}/Makefile"