# $OpenBSD: Makefile,v 1.5 2018/08/10 19:49:21 sthen Exp $

COMMENT=	component architecture from Zope

MODPY_EGG_VERSION=	4.2.2

DISTNAME=	zope.component-${MODPY_EGG_VERSION}
PKGNAME=	py-zopecomponent-${MODPY_EGG_VERSION}
CATEGORIES=	devel
REVISION=	2

# Zope Public License
PERMIT_PACKAGE_CDROM=	Yes

MODULES=	lang/python
MODPY_PI=	Yes
MODPY_SETUPTOOLS=	Yes

FLAVORS=	python3
FLAVOR?=

RUN_DEPENDS=	devel/py-zopeinterface${MODPY_FLAVOR} \
		devel/py-zopeevent${MODPY_FLAVOR}

# too many deps
NO_TEST=	Yes

.include <bsd.port.mk>
