diff options
author | miwi <miwi@FreeBSD.org> | 2016-01-03 21:57:48 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2016-01-03 21:57:48 +0800 |
commit | 6f42179ded47eaf62f3ae5ceada5b33cc9832c4b (patch) | |
tree | 43db7bc2153fa5f96a1f3565df5f04e0e30ceccd /misc/py-spdx | |
parent | 8bb4f5725009a9d4e674b13f8ef1b60c35a39c33 (diff) | |
download | freebsd-ports-gnome-6f42179ded47eaf62f3ae5ceada5b33cc9832c4b.tar.gz freebsd-ports-gnome-6f42179ded47eaf62f3ae5ceada5b33cc9832c4b.tar.zst freebsd-ports-gnome-6f42179ded47eaf62f3ae5ceada5b33cc9832c4b.zip |
- Mark python:3.2 as minimum
Submitted by: maintainer via irc
Diffstat (limited to 'misc/py-spdx')
-rw-r--r-- | misc/py-spdx/Makefile | 3 |
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> |