Files
bsdports/python/py-toml/Makefile
2023-03-12 21:19:08 +02:00

17 lines
343 B
Makefile

PORTNAME= toml
PORTVERSION= 0.10.2
CATEGORIES= textproc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= python@FreeBSD.org
COMMENT= Python library for parsing and creating TOML
WWW= https://github.com/uiri/toml
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>