mirror of
https://git.freebsd.org/ports.git
synced 2025-05-06 19:06:44 -04:00
pyaml-env is a very small library that parses a yaml configuration file and it resolves the environment variables, so that no secrets are kept in text. WWW: https://github.com/mkaranasou/pyaml_env PR: 274127
22 lines
510 B
Makefile
22 lines
510 B
Makefile
PORTNAME= pyaml-env
|
|
PORTVERSION= 1.2.1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= pyaml_env-${PORTVERSION}
|
|
|
|
MAINTAINER= DtxdF@disroot.org
|
|
COMMENT= Provides yaml file parsing with environment variable resolution
|
|
WWW= https://github.com/mkaranasou/pyaml_env
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|