aboutsummaryrefslogtreecommitdiff
path: root/misc/py-spdx
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2016-01-03 13:57:48 +0000
committerMartin Wilke <miwi@FreeBSD.org>2016-01-03 13:57:48 +0000
commit9b131ffd2f4013fd4b2a24c166632d18c70fb921 (patch)
tree43db7bc2153fa5f96a1f3565df5f04e0e30ceccd /misc/py-spdx
parenteeb12c915f0530ca4974b75ea7a2b2098e6c0ca0 (diff)
downloadports-9b131ffd2f4013fd4b2a24c166632d18c70fb921.tar.gz
ports-9b131ffd2f4013fd4b2a24c166632d18c70fb921.zip
- Mark python:3.2 as minimum
Submitted by: maintainer via irc
Notes
Notes: svn path=/head/; revision=405147
Diffstat (limited to 'misc/py-spdx')
-rw-r--r--misc/py-spdx/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/py-spdx/Makefile b/misc/py-spdx/Makefile
index e65e2dc3f6da..22f1caa9b8d8 100644
--- a/misc/py-spdx/Makefile
+++ b/misc/py-spdx/Makefile
@@ -3,6 +3,7 @@
PORTNAME= spdx
DISTVERSION= 2.3.0b1.post2
+PORTREVISION= 1
CATEGORIES= misc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +13,7 @@ COMMENT= SPDX license list database
LICENSE= CC0-1.0
-USES= python
+USES= python:3.2+
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>