danj 26f86c1e6f Import py-spdx-2.5.0, ok landry@
A Python module incorporating an interface to the SPDX license database.

This library serves purely as a holder for the database that can be found on
the SPDX website.

To more easily query this database or detect licenses, consider using
something like spdx-lookup.
2018-04-24 10:06:26 +00:00

24 lines
436 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2018/04/24 10:06:26 danj Exp $
COMMENT = SPDX license list database
MODPY_EGG_VERSION = 2.5.0
DISTNAME = spdx-${MODPY_EGG_VERSION}
PKGNAME = py-spdx-${MODPY_EGG_VERSION}
CATEGORIES = textproc
HOMEPAGE = https://github.com/bbqsrc/spdx-python
# CC0-1.0
PERMIT_PACKAGE_CDROM = Yes
MODULES = lang/python
MODPY_SETUPTOOLS = Yes
MODPY_PI = Yes
FLAVORS = python3
FLAVOR ?=
.include <bsd.port.mk>