mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
21c018cb2e
needed for a cunning plan
15 lines
284 B
Makefile
15 lines
284 B
Makefile
MODPY_DISTV?= ${VERSION}
|
|
CONTRIB?= ${.CURDIR:T}
|
|
DISTNAME?= sphinxcontrib_${CONTRIB}-${MODPY_DISTV}
|
|
PKGNAME?= py-${DISTNAME:S/sphinxcontrib_/sphinxcontrib-/}
|
|
|
|
CATEGORIES?= textproc
|
|
|
|
HOMEPAGE?= https://sphinx-doc.org/
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODPY_PYBUILD?= flit_core
|
|
MODPY_PI= Yes
|