mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
- Support staging.
- Add LICENSE (APACHE20). - Tweak WWW line in pkg-descr. PR: 188598 Submitted by: Bartek Rutkowski <ports@robakdesign.com> Approved by: portmgr (blanket pre-approval)
This commit is contained in:
parent
0b545030ba
commit
391c5b50f6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=353794
@ -10,6 +10,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
MAINTAINER= wen@FreeBSD.org
|
||||
COMMENT= PDF generator using HTML and CSS
|
||||
|
||||
LICENSE= APACHE20
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}html5lib>=0.11.1:${PORTSDIR}/www/py-html5lib \
|
||||
${PYTHON_PKGNAMEPREFIX}reportlab2>=2.1:${PORTSDIR}/print/py-reportlab2 \
|
||||
${PYTHON_PKGNAMEPREFIX}imaging>=0.1:${PORTSDIR}/graphics/py-imaging \
|
||||
@ -18,5 +20,4 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}html5lib>=0.11.1:${PORTSDIR}/www/py-html5lib
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= easy_install
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -7,4 +7,4 @@ templates very quickly without learning new technologies. Easy
|
||||
integration into Python frameworks like CherryPy, KID Templating,
|
||||
TurboGears, Django, Zope, Plone, Google AppEngine (GAE) etc.
|
||||
|
||||
WWW: http://www.xhtml2pdf.com/
|
||||
WWW: http://www.xhtml2pdf.com
|
||||
|
Loading…
Reference in New Issue
Block a user