ports/textproc/py-alabaster/Makefile

22 lines
329 B
Makefile

COMMENT= configurable sidebar-enabled Sphinx theme
MODPY_EGG_VERSION= 0.7.13
DISTNAME= alabaster-${MODPY_EGG_VERSION}
PKGNAME= py-${DISTNAME}
CATEGORIES= textproc
# BSD3
PERMIT_PACKAGE= Yes
MODULES= lang/python
MODPY_PI= Yes
MODPY_PYBUILD= setuptools
FLAVORS= python3
FLAVOR= python3
NO_TEST= Yes
.include <bsd.port.mk>