diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2016-01-03 13:57:48 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2016-01-03 13:57:48 +0000 |
commit | 9b131ffd2f4013fd4b2a24c166632d18c70fb921 (patch) | |
tree | 43db7bc2153fa5f96a1f3565df5f04e0e30ceccd /misc/py-spdx-lookup | |
parent | eeb12c915f0530ca4974b75ea7a2b2098e6c0ca0 (diff) | |
download | ports-9b131ffd2f4013fd4b2a24c166632d18c70fb921.tar.gz ports-9b131ffd2f4013fd4b2a24c166632d18c70fb921.zip |
Notes
Diffstat (limited to 'misc/py-spdx-lookup')
-rw-r--r-- | misc/py-spdx-lookup/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/py-spdx-lookup/Makefile b/misc/py-spdx-lookup/Makefile index 08baef04fde6..20ef6de94417 100644 --- a/misc/py-spdx-lookup/Makefile +++ b/misc/py-spdx-lookup/Makefile @@ -3,6 +3,7 @@ PORTNAME= spdx-lookup PORTVERSION= 0.3.0 +PORTREVISION= 1 CATEGORIES= misc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +15,7 @@ LICENSE= BSD2CLAUSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}spdx>0:${PORTSDIR}/misc/py-spdx -USES= python +USES= python:3.2+ USE_PYTHON= autoplist distutils .include <bsd.port.mk> |