ajacoutot 6b0e4b3e79 Update to py-configobj-5.0.6 and add a python3 FLAVOR.
ok martynas@ (who resigned from maintainership)
2016-01-06 16:23:47 +00:00

26 lines
421 B
Makefile

# $OpenBSD: Makefile,v 1.13 2016/01/06 16:23:47 ajacoutot Exp $
COMMENT= config file reader and writer
MODPY_EGG_VERSION = 5.0.6
DISTNAME= configobj-${MODPY_EGG_VERSION}
PKGNAME= py-${DISTNAME}
CATEGORIES= devel
HOMEPAGE= http://www.voidspace.org.uk/python/configobj.html
# BSD
PERMIT_PACKAGE_CDROM= Yes
MODULES= lang/python
MODPY_PI= Yes
NO_TEST= Yes
FLAVORS= python3
FLAVOR ?=
.include <bsd.port.mk>