View | Details | Raw Unified | Return to bug 234956
Collapse All | Expand All

(-)Makefile (+6 lines)
Lines 11-17 Link Here
11
COMMENT=	Library for rendering "readme" descriptions
11
COMMENT=	Library for rendering "readme" descriptions
12
12
13
LICENSE=	APACHE20
13
LICENSE=	APACHE20
14
LICENSE_FILE=	${WRKSRC}/LICENSE
14
15
16
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}bleach>=0:www/py-bleach@${PY_FLAVOR} \
17
		${PYTHON_PKGNAMEPREFIX}docutils>0:textproc/py-docutils@${PY_FLAVOR} \
18
		${PYTHON_PKGNAMEPREFIX}pygments>0:textproc/py-pygments@${PY_FLAVOR} \
19
		${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
20
15
USES=		python
21
USES=		python
16
USE_PYTHON=	autoplist concurrent distutils
22
USE_PYTHON=	autoplist concurrent distutils
17
23

Return to bug 234956