29 lines
474 B
Makefile

# $OpenBSD: Makefile,v 1.20 2021/11/02 00:00:27 sthen Exp $
COMMENT= config file reader and writer
MODPY_EGG_VERSION = 5.0.6
DISTNAME= configobj-${MODPY_EGG_VERSION}
PKGNAME= py-${DISTNAME}
REVISION= 5
CATEGORIES= devel
HOMEPAGE= http://www.voidspace.org.uk/python/configobj.html
# BSD
PERMIT_PACKAGE= Yes
MODULES= lang/python
MODPY_PI= Yes
RUN_DEPENDS= devel/py-six${MODPY_FLAVOR}
NO_TEST= Yes
FLAVORS= python3
FLAVOR = python3
.include <bsd.port.mk>