18 lines
588 B
Makefile
18 lines
588 B
Makefile
# $NetBSD: Makefile,v 1.7 2017/09/04 18:01:00 wiz Exp $
|
|
|
|
LIBTAXII_VERSION= 1.1.101
|
|
DISTNAME= libtaxii-${LIBTAXII_VERSION}
|
|
PKGNAME= ${PYPKGPREFIX}-libtaxii-${LIBTAXII_VERSION}
|
|
CATEGORIES= security
|
|
DISTFILES= ${LIBTAXII_VERSION}${EXTRACT_SUFX}
|
|
MASTER_SITES= https://github.com/TAXIIProject/libtaxii/archive/
|
|
|
|
MAINTAINER= khorben@defora.org
|
|
#HOMEPAGE= https://github.com/TAXIIProject/python-stix
|
|
COMMENT= Python library for handling TAXII Messages and Services
|
|
LICENSE= modified-bsd
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|