freebsd-ports/textproc/py-sphinx-hieroglyph/Makefile
Martin Wilke b3d0d3c4ea Hieroglyph is an extension for Sphinx which builds HTML presentations from
ReStructuredText documents.

WWW: https://github.com/nyergler/hieroglyph

PR:		217535
Submitted by:	Andreas Sommer <andreas.sommer87@googlemail.com>
2017-03-05 09:16:36 +00:00

26 lines
560 B
Makefile

# Created by: Andreas Sommer <andreas.sommer87@googlemail.com>
# $FreeBSD$
PORTNAME= sphinx-hieroglyph
PORTVERSION= 0.7.1
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.3:textproc/py-sphinx
USE_GITHUB= yes
GH_ACCOUNT= nyergler
GH_PROJECT= hieroglyph
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>