freebsd-ports/textproc/py-pytoml/Makefile
Sunpoet Po-Chuan Hsieh 4d8732edd9 Add py-pytoml 0.1.21
This project aims at being a specs-conforming and strict parser and writer for
TOML files. The library currently supports version 0.4.0 of the specs.

WWW: https://github.com/avakar/pytoml
2020-02-26 20:46:22 +00:00

21 lines
399 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= pytoml
PORTVERSION= 0.1.21
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Parser for TOML 0.4.0
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>