freebsd-ports/misc/py-spdx/Makefile
Sunpoet Po-Chuan Hsieh 4bc321f814 Update to 2.5.0
- Add LICENSE_FILE
- Relax USES=python
- Allow concurrent installation (USE_PYTHON=concurrent)
- Add NO_ARCH
- Reformat pkg-descr
- Take maintainership

Changes:	https://github.com/bbqsrc/spdx-python/commits/master
2018-04-17 19:16:58 +00:00

21 lines
407 B
Makefile

# Created by: Brendan Molloy <brendan+freebsd@bbqsrc.net>
# $FreeBSD$
PORTNAME= spdx
DISTVERSION= 2.5.0
CATEGORIES= misc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= SPDX license list database
LICENSE= CC0-1.0
LICENSE_FILE= ${WRKSRC}/LICENSE
NO_ARCH= yes
USES= python
USE_PYTHON= autoplist concurrent distutils
.include <bsd.port.mk>