aboutsummaryrefslogtreecommitdiff
path: root/print/py-pollyreports/Makefile
blob: 9c4220760c9e84fe0b2de2d476620272b3a380c4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: Jose Jachuf <jjachuf@gmail.com>
# $FreeBSD$

PORTNAME=	PollyReports
PORTVERSION=	1.7.6
CATEGORIES=	print python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	jjachuf@gmail.com
COMMENT=	Band-oriented PDF report generation from database query

LICENSE=	BSD2CLAUSE

USES=		python:2
USE_PYTHON=	distutils autoplist

OPTIONS_DEFINE=	REPORTLAB

REPORTLAB_DESC=	Install Reportlab2
REPORTLAB_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}reportlab2>=2.1:${PORTSDIR}/print/py-reportlab2

.include <bsd.port.mk>