mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
A tool to query the SPDX license list. Use the binary spdx-lookup
.
WWW: https://github.com/bbqsrc/spdx-lookup-python PR: 205724 Submitted by: Brendan Molloy <brendan+freebsd@bbqsrc.net>
This commit is contained in:
parent
d0a308d467
commit
c8a152e10c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=405048
@ -371,6 +371,7 @@
|
||||
SUBDIR += proxyper
|
||||
SUBDIR += pspresent
|
||||
SUBDIR += py-spdx
|
||||
SUBDIR += py-spdx-lookup
|
||||
SUBDIR += py-YABT
|
||||
SUBDIR += py-osd
|
||||
SUBDIR += py-pexpect
|
||||
|
20
misc/py-spdx-lookup/Makefile
Normal file
20
misc/py-spdx-lookup/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# Created by: Brendan Molloy <brendan+freebsd@bbqsrc.net>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= spdx-lookup
|
||||
PORTVERSION= 0.3.0
|
||||
CATEGORIES= misc python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= brendan+freebsd@bbqsrc.net
|
||||
COMMENT= SPDX license list query tool
|
||||
|
||||
LICENSE= BSD2CLAUSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}spdx>0:${PORTSDIR}/misc/py-spdx
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
.include <bsd.port.mk>
|
2
misc/py-spdx-lookup/distinfo
Normal file
2
misc/py-spdx-lookup/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (spdx-lookup-0.3.0.tar.gz) = 548ec49758b88a213bf96e6ecb659de07adf51abbbe960820f7ca638bc75c6ab
|
||||
SIZE (spdx-lookup-0.3.0.tar.gz) = 3975
|
3
misc/py-spdx-lookup/pkg-descr
Normal file
3
misc/py-spdx-lookup/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
A tool to query the SPDX license list. Use the binary `spdx-lookup`.
|
||||
|
||||
WWW: https://github.com/bbqsrc/spdx-lookup-python
|
Loading…
Reference in New Issue
Block a user