mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
cc7cee6402
included in lang/python/3 -main).
30 lines
517 B
Makefile
30 lines
517 B
Makefile
COMMENT = framework to protect supply chain integrity
|
|
|
|
MODPY_DISTV = 1.2.0
|
|
|
|
DISTNAME = in-toto-${MODPY_DISTV}
|
|
PKGNAME = py-${DISTNAME}
|
|
REVISION = 5
|
|
|
|
CATEGORIES = security
|
|
|
|
HOMEPAGE = https://in-toto.io/
|
|
|
|
MAINTAINER = George Rosamond <george@nycbug.org>
|
|
|
|
# Apache 2.0
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/python
|
|
|
|
MODPY_PI = Yes
|
|
MODPY_PYBUILD = setuptools
|
|
|
|
RUN_DEPENDS = devel/py-attrs \
|
|
devel/py-dateutil \
|
|
devel/py-pathspec \
|
|
security/py-securesystemslib \
|
|
textproc/py-iso8601
|
|
|
|
.include <bsd.port.mk>
|