Files
ports/textproc/py-hieroglyph/Makefile
T
Danilo G. Baio b53abbd839 Remove PY_SPHINX from ports using Python 3
Approved by:	 portmgr blanket
Differential Revision:	https://reviews.freebsd.org/D28093
2021-01-14 14:34:38 +00:00

24 lines
555 B
Makefile

# $FreeBSD$
PORTNAME= hieroglyph
PORTVERSION= 2.1.0
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dbaio@FreeBSD.org
COMMENT= Sphinx extension which builds HTML presentations
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=2.0,1:textproc/py-sphinx@${PY_FLAVOR}
USES= python:3.5+ shebangfix
USE_PYTHON= autoplist concurrent distutils
SHEBANG_FILES= src/hieroglyph/themes/slides2/static/scripts/md/render.py
NO_ARCH= yes
.include <bsd.port.mk>