diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-04-18 03:17:03 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-04-18 03:17:03 +0800 |
commit | 1741700bd8208d4a8a82625bfeb0a4102c5b3b30 (patch) | |
tree | b638d6390859a4e93fd7d4e851ee90920b87f35e /misc/py-spdx-lookup/Makefile | |
parent | 4b05d27e0f57eabe2fe9364e2a7b0bd01befc06d (diff) | |
download | freebsd-ports-gnome-1741700bd8208d4a8a82625bfeb0a4102c5b3b30.tar.gz freebsd-ports-gnome-1741700bd8208d4a8a82625bfeb0a4102c5b3b30.tar.zst freebsd-ports-gnome-1741700bd8208d4a8a82625bfeb0a4102c5b3b30.zip |
Add LICENSE_FILE
- Allow concurrent installation (USE_PYTHON=concurrent)
- Add NO_ARCH
- Bump PORTREVISION for package change
- Take maintainership
Diffstat (limited to 'misc/py-spdx-lookup/Makefile')
-rw-r--r-- | misc/py-spdx-lookup/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/misc/py-spdx-lookup/Makefile b/misc/py-spdx-lookup/Makefile index b9c0641b99e7..1a4e65e318a0 100644 --- a/misc/py-spdx-lookup/Makefile +++ b/misc/py-spdx-lookup/Makefile @@ -7,14 +7,16 @@ CATEGORIES= misc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= SPDX license list query tool LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}spdx>0:misc/py-spdx@${FLAVOR} -USES= python:3.3+ -USE_PYTHON= autoplist distutils +NO_ARCH= yes +USES= python +USE_PYTHON= autoplist concurrent distutils .include <bsd.port.mk> |