mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 01:46:55 -04:00
24 lines
601 B
Makefile
24 lines
601 B
Makefile
PORTNAME= stix2-patterns
|
|
PORTVERSION= 1.3.2
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= security python
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= antoine@FreeBSD.org
|
|
COMMENT= Python library to validate STIX 2 Patterns
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}antlr4-python3-runtime>=0:devel/py-antlr4-python3-runtime@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= oasis-open
|
|
GH_PROJECT= cti-pattern-validator
|
|
|
|
NO_ARCH= yes
|
|
USES= python:3.5+
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|