security/py3-pycrypto: create port

Python 3 version of py-pycrypto
This commit is contained in:
Steve Wills 2017-04-14 18:51:23 +00:00
parent 9e25f59151
commit f53a6cae27
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=438538
2 changed files with 8 additions and 0 deletions

View File

@ -963,6 +963,7 @@
SUBDIR += py-zope.session
SUBDIR += py-zxcvbn-python
SUBDIR += py3-libnacl
SUBDIR += py3-pycrypto
SUBDIR += qtkeychain-qt4
SUBDIR += qtkeychain-qt5
SUBDIR += quantis

View File

@ -0,0 +1,7 @@
# $FreeBSD$
MASTERDIR= ${.CURDIR}/../py-pycrypto
USES= python:3.2+
.include "${MASTERDIR}/Makefile"