Files
pkgsrc-ng/security/py-stix/Makefile
2016-11-18 22:39:22 +01:00

17 lines
453 B
Makefile

# $NetBSD: Makefile,v 1.6 2016/07/09 13:04:05 wiz Exp $
DISTNAME= stix-1.1.1.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= python security
MASTER_SITES= ${MASTER_SITE_PYPI:=s/stix/}
MAINTAINER= khorben@defora.org
HOMEPAGE= https://github.com/STIXProject/python-stix
COMMENT= Python library for manipulating STIX content
LICENSE= modified-bsd
PYTHON_VERSIONS_INCOMPATIBLE= 34 35
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"