mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
21 lines
353 B
Makefile
21 lines
353 B
Makefile
COMMENT = SPDX license list database
|
|
|
|
MODPY_DISTV = 2.5.1
|
|
DISTNAME = spdx-${MODPY_DISTV}
|
|
PKGNAME = py-spdx-${MODPY_DISTV}
|
|
REVISION = 4
|
|
|
|
CATEGORIES = textproc
|
|
|
|
HOMEPAGE = https://github.com/bbqsrc/spdx-python
|
|
|
|
# CC0-1.0
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/python
|
|
MODPY_PYBUILD = setuptools
|
|
MODPY_PI = Yes
|
|
NO_TEST = Yes
|
|
|
|
.include <bsd.port.mk>
|