31 lines
599 B
Makefile

# $OpenBSD: Makefile,v 1.11 2021/11/02 00:02:40 sthen Exp $
COMMENT = internationalization helper for Sphinx
MODPY_EGG_VERSION = 2.0.1
PKGNAME = py-sphinx-intl-${MODPY_EGG_VERSION}
DISTNAME = sphinx-intl-${MODPY_EGG_VERSION}
REVISION = 1
CATEGORIES = textproc
# BSD
PERMIT_PACKAGE = Yes
MODULES = lang/python
FLAVORS = python3
FLAVOR = python3
MODPY_PI = Yes
MODPY_SETUPTOOLS = Yes
RUN_DEPENDS = devel/py-babel${MODPY_FLAVOR} \
devel/py-click${MODPY_FLAVOR} \
devel/py-setuptools${MODPY_FLAVOR} \
textproc/py-sphinx${MODPY_FLAVOR}
NO_TEST = Yes
.include <bsd.port.mk>