summaryrefslogtreecommitdiff
path: root/security/py-stix/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/py-stix/Makefile')
-rw-r--r--security/py-stix/Makefile14
1 files changed, 5 insertions, 9 deletions
diff --git a/security/py-stix/Makefile b/security/py-stix/Makefile
index 95477091a4f..7092fbbf684 100644
--- a/security/py-stix/Makefile
+++ b/security/py-stix/Makefile
@@ -1,18 +1,14 @@
-# $NetBSD: Makefile,v 1.1 2014/05/17 16:03:45 khorben Exp $
+# $NetBSD: Makefile,v 1.2 2014/06/02 00:24:24 rodent Exp $
-STIX_VERSION= 1.1.0.6
-DISTNAME= python-stix-${STIX_VERSION}
-PKGNAME= ${PYPKGPREFIX}-stix-${STIX_VERSION}
-CATEGORIES= security
-DISTFILES= v${STIX_VERSION}${EXTRACT_SUFX}
-MASTER_SITES= https://github.com/STIXProject/python-stix/archive/
+DISTNAME= stix-1.1.1.0
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= python security
+MASTER_SITES= https://pypi.python.org/packages/source/s/stix/
MAINTAINER= khorben@defora.org
HOMEPAGE= https://github.com/STIXProject/python-stix
COMMENT= Python library for manipulating STIX content
LICENSE= modified-bsd
-EGG_NAME= stix-${STIX_VERSION}
-
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"