aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-sphinx_wikipedia/Makefile
blob: 3cea11fd715f3517b387c8afaffd9535c9ee5ec9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
PORTNAME=	sphinx_wikipedia
PORTVERSION=	20150903
CATEGORIES=	textproc
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	kris@FreeBSD.org
COMMENT=	Sphinx extension which adds role to create links to Wikipedia articles
WWW=		https://github.com/quiver/sphinx-ext-wikipedia

LICENSE=	BSD3CLAUSE

RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sphinx>=0,1:textproc/py-sphinx@${PY_FLAVOR}

USES=		python
USE_PYTHON=	flavors
NO_BUILD=	yes
USE_GITHUB=	yes
GH_ACCOUNT=	quiver
GH_PROJECT=	sphinx-ext-wikipedia
GH_TAGNAME=	f6b2f6
PLIST_FILES=	${PYTHON_SITELIBDIR}/sphinx/ext/wikipedia.py

do-install:
	${MKDIR} ${STAGEDIR}${PYTHON_SITELIBDIR}/sphinx/ext
	${CP} ${WRKSRC}/sphinx-ext/wikipedia.py \
		 ${STAGEDIR}${PYTHON_SITELIBDIR}/sphinx/ext/wikipedia.py

.include <bsd.port.mk>