Files

21 lines
355 B
Makefile
Raw Permalink Normal View History

2025-01-02 12:32:40 +00:00
COMMENT= module/tool to produce pretty and readable YAML
2019-12-27 05:13:29 +00:00
2026-05-06 13:33:26 +00:00
MODPY_DISTV= 26.2.1
2024-12-21 11:39:00 +00:00
DISTNAME= pyaml-${MODPY_DISTV}
2024-05-17 12:08:40 +00:00
PKGNAME= py-${DISTNAME}
2019-12-27 05:13:29 +00:00
2024-05-17 12:08:40 +00:00
CATEGORIES= textproc
2019-12-27 05:13:29 +00:00
2024-05-17 12:08:40 +00:00
HOMEPAGE= https://github.com/mk-fg/pretty-yaml
2019-12-27 05:13:29 +00:00
# WTFPL
2024-05-17 12:08:40 +00:00
PERMIT_PACKAGE= Yes
2019-12-27 05:13:29 +00:00
2024-05-17 12:08:40 +00:00
MODULES= lang/python
MODPY_PYBUILD= setuptools
2025-01-02 12:32:40 +00:00
MODPY_PI= Yes
2019-12-27 05:13:29 +00:00
2024-12-21 11:39:00 +00:00
TEST_DEPENDS= textproc/py-unidecode
2019-12-27 05:13:29 +00:00
.include <bsd.port.mk>