opnsense-ports/devel/py-python-easyconfig/Makefile
Franco Fichtner 2f03c0cf40 */*: sync with upstream
Taken from: FreeBSD
2023-06-28 09:14:20 +02:00

20 lines
533 B
Makefile

PORTNAME= python-easyconfig
PORTVERSION= 0.1.7
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Python-EasyConfig-${PORTVERSION}
MAINTAINER= bofh@FreeBSD.org
COMMENT= Library for loading configurations easily in Python
WWW= https://github.com/RussellLuo/easyconfig
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>3.10:devel/py-yaml@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>1.9.0:devel/py-six@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>