mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
21 lines
355 B
Makefile
21 lines
355 B
Makefile
COMMENT= module/tool to produce pretty and readable YAML
|
|
|
|
MODPY_DISTV= 26.2.1
|
|
DISTNAME= pyaml-${MODPY_DISTV}
|
|
PKGNAME= py-${DISTNAME}
|
|
|
|
CATEGORIES= textproc
|
|
|
|
HOMEPAGE= https://github.com/mk-fg/pretty-yaml
|
|
|
|
# WTFPL
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
MODPY_PYBUILD= setuptools
|
|
MODPY_PI= Yes
|
|
|
|
TEST_DEPENDS= textproc/py-unidecode
|
|
|
|
.include <bsd.port.mk>
|