4bc321f814
- 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
21 lines
407 B
Makefile
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>
|