Files
ports/devel/py-configobj/Makefile
T
2026-06-06 19:49:55 +00:00

25 lines
594 B
Makefile

PORTNAME= configobj
PORTVERSION= 5.0.9
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= nivit@FreeBSD.org
COMMENT= Simple but powerful config file reader and writer
WWW= https://github.com/DiffSK/configobj/
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PY_SETUPTOOLS} \
${PYTHON_PKGNAMEPREFIX}wheel>=0.40.0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
USES= cpe python
CPE_VENDOR= configobj_project
USE_PYTHON= autoplist pep517
NO_ARCH= yes
.include <bsd.port.mk>