summaryrefslogtreecommitdiff
path: root/security/py-libtaxii
diff options
context:
space:
mode:
authorkhorben <khorben>2014-06-03 08:59:33 +0000
committerkhorben <khorben>2014-06-03 08:59:33 +0000
commit776d2604eadaf7925b037004f39ac1e1f02ee208 (patch)
treeafedce53289d58160a0c264cb9370955376ff4d4 /security/py-libtaxii
parentbdfa8c016cbd0c1d29699173d58581a6305d1b9d (diff)
downloadpkgsrc-776d2604eadaf7925b037004f39ac1e1f02ee208.tar.gz
security/py-{cybox,stix,libtaxii} and sysutils/py-pefile do not seem to have
been ported to either Python 3.3 or 3.4.
Diffstat (limited to 'security/py-libtaxii')
-rw-r--r--security/py-libtaxii/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/py-libtaxii/Makefile b/security/py-libtaxii/Makefile
index ac9f82d8dfa..bae0dc93fba 100644
--- a/security/py-libtaxii/Makefile
+++ b/security/py-libtaxii/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2014/05/17 16:07:51 khorben Exp $
+# $NetBSD: Makefile,v 1.2 2014/06/03 08:59:33 khorben Exp $
LIBTAXII_VERSION= 1.1.101
DISTNAME= libtaxii-${LIBTAXII_VERSION}
@@ -12,6 +12,8 @@ HOMEPAGE= https://github.com/TAXIIProject/python-stix
COMMENT= Python library for handling TAXII Messages and Services
LICENSE= modified-bsd
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34
+
EGG_NAME= libtaxii-${LIBTAXII_VERSION}
.include "../../lang/python/egg.mk"