ports/textproc/py-toml/Makefile

21 lines
352 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT = Python library for "Tom's Obvious Minimal Language" #'
MODPY_EGG_VERSION = 0.10.2
DISTNAME = toml-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
CATEGORIES = textproc
REVISION = 3
2023-08-16 22:26:55 +00:00
# MIT
PERMIT_PACKAGE= Yes
MODULES= lang/python
MODPY_PI = Yes
MODPY_PYBUILD = setuptools
FLAVORS = python3
FLAVOR = python3
.include <bsd.port.mk>