30 lines
557 B
Makefile
30 lines
557 B
Makefile
# $OpenBSD: Makefile,v 1.3 2021/01/15 01:00:15 daniel Exp $
|
|
|
|
COMMENT = Sphinx extension to build a 404 page with absolute URLs
|
|
|
|
MODPY_EGG_VERSION = 0.4
|
|
DISTNAME = sphinx-notfound-page-${MODPY_EGG_VERSION}
|
|
PKGNAME = py-${DISTNAME}
|
|
REVISION = 1
|
|
|
|
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_SETUPTOOLS = Yes
|
|
|
|
RUN_DEPENDS = textproc/py-sphinx${MODPY_FLAVOR}
|
|
|
|
NO_TEST = Yes
|
|
|
|
.include <bsd.port.mk>
|