opnsense-ports/textproc/py-sphinx-hieroglyph/Makefile
Franco Fichtner 5505c49780 */*: sync with upstream
Taken from: HardenedBSD
2018-06-21 08:02:46 +02:00

28 lines
688 B
Makefile

# Created by: Andreas Sommer <andreas.sommer87@googlemail.com>
# $FreeBSD$
PORTNAME= sphinx-hieroglyph
PORTVERSION= 1.0.0
DISTVERSIONPREFIX= hieroglyph-
CATEGORIES= textproc python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= andreas.sommer87@googlemail.com
COMMENT= Sphinx extension which builds HTML presentations
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=1.4:textproc/py-sphinx@${PY_FLAVOR}
USE_GITHUB= yes
GH_ACCOUNT= nyergler
GH_PROJECT= hieroglyph
USES= python shebangfix
USE_PYTHON= autoplist distutils
SHEBANG_FILES= src/hieroglyph/themes/slides2/static/scripts/md/render.py
NO_ARCH= yes
.include <bsd.port.mk>