1b5d986ae7
PR: 138287 Submitted by: "Junji NAKANISHI" <jun-g@daemonfreaks.com> Approved by: maintainer
26 lines
721 B
Makefile
26 lines
721 B
Makefile
# New ports collection makefile for: py-pisa
|
|
# Date created: 15 Aug, 2009
|
|
# Whom: Wen Heping <wenheping@wenheping.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= pisa
|
|
PORTVERSION= 3.0.32
|
|
PORTREVISION= 1
|
|
CATEGORIES= converters python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= wenheping@gmail.com
|
|
COMMENT= PDF generator using HTML and CSS
|
|
|
|
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 \
|
|
${PYTHON_PKGNAMEPREFIX}pdf>=1.12:${PORTSDIR}/print/py-pdf
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= easy_install
|
|
|
|
.include <bsd.port.mk>
|