29 lines
503 B
Makefile
29 lines
503 B
Makefile
|
COMMENT = Sphinx extension to build a 404 page with absolute URLs
|
||
|
|
||
|
MODPY_EGG_VERSION = 0.8.3
|
||
|
DISTNAME = sphinx-notfound-page-${MODPY_EGG_VERSION}
|
||
|
PKGNAME = py-${DISTNAME}
|
||
|
|
||
|
REVISION = 2
|
||
|
|
||
|
CATEGORIES = textproc
|
||
|
|
||
|
HOMEPAGE = https://github.com/readthedocs/sphinx-notfound-page
|
||
|
|
||
|
# MIT
|
||
|
PERMIT_PACKAGE = Yes
|
||
|
|
||
|
MODULES = lang/python
|
||
|
|
||
|
FLAVORS = python3
|
||
|
FLAVOR = python3
|
||
|
|
||
|
MODPY_PI = Yes
|
||
|
MODPY_PYBUILD = flit_core
|
||
|
|
||
|
RUN_DEPENDS = textproc/py-sphinx${MODPY_FLAVOR}
|
||
|
|
||
|
NO_TEST = Yes
|
||
|
|
||
|
.include <bsd.port.mk>
|