ports/devel/py-configobj/Makefile

25 lines
400 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT= config file reader and writer
MODPY_EGG_VERSION = 5.0.8
DISTNAME= configobj-${MODPY_EGG_VERSION}
PKGNAME= py-${DISTNAME}
CATEGORIES= devel
HOMEPAGE= https://github.com/DiffSK/configobj
# BSD
PERMIT_PACKAGE= Yes
MODULES= lang/python
MODPY_PYBUILD= setuptools
MODPY_PI= Yes
NO_TEST= Yes
RUN_DEPENDS= devel/py-six${MODPY_FLAVOR}
FLAVORS= python3
FLAVOR= python3
.include <bsd.port.mk>