aboutsummaryrefslogtreecommitdiffstats
path: root/security/py-mixbox/Makefile
blob: ebe4f15f8892daa34a38815a859b086570cc129e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Created by: Antoine Brodin <antoine@FreeBSD.org>
# $FreeBSD$

PORTNAME=   mixbox
PORTVERSION=    1.0.1
CATEGORIES= security python
MASTER_SITES=   CHEESESHOP
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= antoine@FreeBSD.org
COMMENT=    Utility library for cybox, maec, and stix

LICENSE=    BSD3CLAUSE

RUN_DEPENDS=    ${PYTHON_PKGNAMEPREFIX}dateutil>=0:devel/py-dateutil \
        ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml \
        ${PYTHON_PKGNAMEPREFIX}ordered-set>=0:devel/py-ordered-set

NO_ARCH=    yes
USES=       python
USE_PYTHON= distutils autoplist

.include <bsd.port.pre.mk>

.if ${PYTHON_REL} < 3400
RUN_DEPENDS+=   ${PYTHON_PKGNAMEPREFIX}weakrefmethod>=1.0.3:devel/py-weakrefmethod
.endif

.include <bsd.port.post.mk>