blob: dc493d245647cf1353128903faa608c131062495 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Created by: Jose Jachuf <jjachuf@gmail.com>
# $FreeBSD$
PORTNAME= PollyReports
PORTVERSION= 1.7.7
CATEGORIES= print python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= jjachuf@gmail.com
COMMENT= Band-oriented PDF report generation from database query
LICENSE= BSD2CLAUSE
NO_ARCH= yes
USES= python
USE_PYTHON= autoplist distutils
OPTIONS_DEFINE= REPORTLAB
REPORTLAB_DESC= Install Reportlab
REPORTLAB_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}reportlab>=3.0:print/py-reportlab
.include <bsd.port.mk>
|