1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/misc/py-spdx-lookup/Makefile
Sunpoet Po-Chuan Hsieh f89108c9c3 Add LICENSE_FILE
- Allow concurrent installation (USE_PYTHON=concurrent)
- Add NO_ARCH
- Bump PORTREVISION for package change
- Take maintainership
2018-04-17 19:17:03 +00:00

23 lines
486 B
Makefile

# Created by: Brendan Molloy <brendan+freebsd@bbqsrc.net>
# $FreeBSD$
PORTNAME= spdx-lookup
PORTVERSION= 0.3.2
CATEGORIES= misc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
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}
NO_ARCH= yes
USES= python
USE_PYTHON= autoplist concurrent distutils
.include <bsd.port.mk>