29 lines
467 B
Makefile
29 lines
467 B
Makefile
# $OpenBSD: Makefile,v 1.17 2019/07/12 20:45:46 sthen Exp $
|
|
|
|
COMMENT= config file reader and writer
|
|
|
|
MODPY_EGG_VERSION = 5.0.6
|
|
DISTNAME= configobj-${MODPY_EGG_VERSION}
|
|
PKGNAME= py-${DISTNAME}
|
|
REVISION= 2
|
|
|
|
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 ?=
|
|
|
|
.include <bsd.port.mk>
|