mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
21 lines
327 B
Makefile
21 lines
327 B
Makefile
COMMENT= painless YAML configuration
|
|
|
|
MODPY_DISTV= 2.2.0
|
|
DISTNAME= confuse-${MODPY_DISTV}
|
|
PKGNAME= py-${DISTNAME}
|
|
|
|
CATEGORIES= textproc
|
|
|
|
HOMEPAGE= https://github.com/beetbox/confuse
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
MODPY_PYBUILD= poetry-core
|
|
MODPY_PI= Yes
|
|
|
|
RUN_DEPENDS= textproc/py-yaml
|
|
|
|
.include <bsd.port.mk>
|