aboutsummaryrefslogtreecommitdiff
path: root/security/py-pycryptodomex
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-06-17 01:33:49 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-06-17 01:33:49 +0000
commit2a36d47d3bf6a8c44a0de6d32b1c801f703920ee (patch)
treed1429450dc01dea9d4addb0ef02d9d4f35981839 /security/py-pycryptodomex
parenta1cde1adb6abb121c104c5ae20d00bb623b6a1df (diff)
downloadports-2a36d47d3bf6a8c44a0de6d32b1c801f703920ee.tar.gz
ports-2a36d47d3bf6a8c44a0de6d32b1c801f703920ee.zip
New port: security/py-pycryptodomex: Slave port of security/py-pycryptodome
It installs the same package as security/py-pycryptodome but in a different name space, Cryptodome instead of Crypto, and therefore can be installed together with security/py-pycrypto if desired. PR: 225217 Submitted by: John W. O'Brien <john@saltant.com>
Notes
Notes: svn path=/head/; revision=472582
Diffstat (limited to 'security/py-pycryptodomex')
-rw-r--r--security/py-pycryptodomex/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/security/py-pycryptodomex/Makefile b/security/py-pycryptodomex/Makefile
new file mode 100644
index 000000000000..c06dcf8e2492
--- /dev/null
+++ b/security/py-pycryptodomex/Makefile
@@ -0,0 +1,11 @@
+# $FreeBSD$
+
+PKGNAMESUFFIX= x
+
+CONFLICTS_INSTALL=
+
+MASTERDIR= ${.CURDIR}/../py-pycryptodome
+
+NAMESPACE= Cryptodome
+
+.include "${MASTERDIR}/Makefile"