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

(-)Makefile (-1 / +2 lines)
Lines 10-15 Link Here
10
MAINTAINER=	wen@FreeBSD.org
10
MAINTAINER=	wen@FreeBSD.org
11
COMMENT=	PDF generator using HTML and CSS
11
COMMENT=	PDF generator using HTML and CSS
12
12
13
LICENSE=	APACHE20
14
13
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}html5lib>=0.11.1:${PORTSDIR}/www/py-html5lib \
15
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}html5lib>=0.11.1:${PORTSDIR}/www/py-html5lib \
14
		${PYTHON_PKGNAMEPREFIX}reportlab2>=2.1:${PORTSDIR}/print/py-reportlab2 \
16
		${PYTHON_PKGNAMEPREFIX}reportlab2>=2.1:${PORTSDIR}/print/py-reportlab2 \
15
		${PYTHON_PKGNAMEPREFIX}imaging>=0.1:${PORTSDIR}/graphics/py-imaging \
17
		${PYTHON_PKGNAMEPREFIX}imaging>=0.1:${PORTSDIR}/graphics/py-imaging \
Lines 18-22 Link Here
18
USE_PYTHON=	yes
20
USE_PYTHON=	yes
19
USE_PYDISTUTILS=	easy_install
21
USE_PYDISTUTILS=	easy_install
20
22
21
NO_STAGE=	yes
22
.include <bsd.port.mk>
23
.include <bsd.port.mk>
(-)pkg-descr (-1 / +1 lines)
Lines 7-10 Link Here
7
integration into Python frameworks like CherryPy, KID Templating,
7
integration into Python frameworks like CherryPy, KID Templating,
8
TurboGears, Django, Zope, Plone, Google AppEngine (GAE) etc.
8
TurboGears, Django, Zope, Plone, Google AppEngine (GAE) etc.
9
9
10
WWW:	http://www.xhtml2pdf.com/
10
WWW: http://www.xhtml2pdf.com/

Return to bug 188598