24 lines
378 B
Makefile

# $OpenBSD: Makefile,v 1.23 2020/07/03 21:12:43 sthen Exp $
COMMENT = simplify usage of decorators
MODPY_EGG_VERSION = 4.4.0
DISTNAME = decorator-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
REVISION = 0
CATEGORIES = devel
# BSD
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PI = Yes
MODPY_SETUPTOOLS = Yes
FLAVORS = python3
FLAVOR ?=
.include <bsd.port.mk>